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

26 lines
427 B
Plaintext

# Sway Config: Output
#
# Thurstylark
# Display ID is required
set $o-id "ASUSTek COMPUTER INC ASUS VP348 0x0000CA5D"
# Mode
set $o-mode "3440x1440@75Hz"
# Position
set $o-pos-x "0"
set $o-pos-y "0"
# Do the thing
# (comment or remove direcives that are unnecessary to avoid errors)
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 $o-id