sway/.config/sway/lark-desktop/outputs/home-tvmon.conf

20 lines
316 B
Plaintext

# 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"