sway/.config/sway/tl-yoga/outputs/laptop.conf

26 lines
372 B
Plaintext

# Sway Config: Output
#
# Thurstylark
# Display ID is required
set $o-id "eDP-1"
# Mode
set $o-mode "3840x2160@60Hz"
# Position
set $o-pos-x "0"
set $o-pos-y "0"
# Scale Factor
set $o-scalefactor "2"
# 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
scale $o-scalefactor
}