diff --git a/.config/sway/lark-desktop/outputs/home-4k.conf b/.config/sway/lark-desktop/outputs/home-4k.conf index a64a36e..add4f60 100644 --- a/.config/sway/lark-desktop/outputs/home-4k.conf +++ b/.config/sway/lark-desktop/outputs/home-4k.conf @@ -27,3 +27,7 @@ output $o-id { scale $o-scalefactor subpixel $o-subpixel } + + +# Set this display up as the initial location for the media workspace +set $o-ws-media "Ancor Communications Inc ASUS PB287Q 0x00005B34" diff --git a/.config/sway/lark-desktop/outputs/home-tvmon.conf b/.config/sway/lark-desktop/outputs/home-tvmon.conf new file mode 100644 index 0000000..84c690b --- /dev/null +++ b/.config/sway/lark-desktop/outputs/home-tvmon.conf @@ -0,0 +1,19 @@ +# Sway Config: Output +# +# Thurstylark + +# Display ID is required +set $o-id "HDMI-A-1" + +# Mode +set $o-mode "1920x1080@60Hz" + +# Do the thing +# (comment or remove direcives that are unnecessary to avoid errors) +output $o-id { + mode $o-mode +} + + +# Assign the Monitor workspace to this output +set $o-ws-monitor "HDMI-A-1" diff --git a/.config/sway/lark-desktop/outputs/home-ultrawide.conf b/.config/sway/lark-desktop/outputs/home-ultrawide.conf index 32cbc83..731c8c1 100644 --- a/.config/sway/lark-desktop/outputs/home-ultrawide.conf +++ b/.config/sway/lark-desktop/outputs/home-ultrawide.conf @@ -19,3 +19,7 @@ output $o-id { mode $o-mode position $o-pos-x $o-pos-y } + + +# Set this output up as the initial output for workspace 1 +set $o-ws-1 "Unknown ASUS VP348 0x0000CA5D"