From ce846ac7a1f302e979db0c976a2c9928efe9df7d Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Mon, 24 Apr 2023 11:27:33 -0700 Subject: [PATCH] Update sway/waybar configs for third display This one isn't always connected so we place it such that it won't ruin my layout if it isn't there. --- .config/sway/config | 22 +--------------------- .config/waybar/config | 2 +- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 38d3882..9497d3a 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -35,27 +35,6 @@ set $mod Mod4 # status bar declarations bar swaybar_command waybar -#bar { -# output "Ancor Communications Inc VE247 G6LMQS117385" -# status_command "~/bin/statusbar" -# position bottom -# -# font monospace 11 -# -# colors { -# background $base00 -# separator $base01 -# statusline $base04 -# -# # State Border BG Text -# focused_workspace $base00 $base02 $base05 -# active_workspace $base05 $base03 $base00 -# inactive_workspace $base03 $base01 $base05 -# urgent_workspace $base08 $base08 $base00 -# binding_mode $base00 $base0A $base00 -# } -#} - # start a terminal bindsym $mod+Return exec x-terminal-emulator @@ -220,6 +199,7 @@ input * { } # Set up displays (main desktop, main and TV) +output "Samsung Electric Company T24B350 Unknown" pos -1920 0 output "Ancor Communications Inc VE247 G6LMQS117385" transform 270 pos 0 0 output "Synaptics Inc 232-S13 0x000001B0" pos 1080 0 diff --git a/.config/waybar/config b/.config/waybar/config index 66e3686..8f52e4b 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -3,7 +3,7 @@ "position": "bottom", "spacing": 8, "height": 22, - "output": "HDMI-A-2", + "output": ["DP-2", "HDMI-A-2"], "fixed-center": false, "modules-left": ["sway/workspaces", "sway/mode", "sway/scratchpad"], "modules-center": [],