sway/.config/sway/kd-laptop/outputs/laptop.conf

16 lines
191 B
Plaintext

# Sway Config: Output
#
# Thurstylark
set $o-id "eDP-1"
set $o-mode "1920x1080@60Hz"
set $o-pos-x "0"
set $o-pos-y "0"
# Do the thing
output $o-id {
mode $o-mode
pos $o-pos-x $o-pos-y
}