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.
This commit is contained in:
Trysdyn Black 2023-04-24 11:27:33 -07:00
parent 4b71cdebf7
commit ce846ac7a1
2 changed files with 2 additions and 22 deletions
.config
sway
waybar

View file

@ -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

View file

@ -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": [],