sway/.config/sway/thurstyretina/outputs/laptop.conf

26 lines
405 B
Plaintext

# Sway Config: Output
#
# Thurstylark
# Display ID is required
set $o-id "Apple Computer Inc Color LCD Unknown"
# Mode
set $o-mode "2880x1800@60Hz"
# Position
set $o-pos-x "0"
set $o-pos-y "0"
# Scale Factor
set $o-scalefactor "1.5"
# 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
}