sway/.config/sway/template/outputs/example.conf

30 lines
472 B
Plaintext

# Sway Config: Output
#
# Thurstylark
# Display ID is required
set $o-id "Samsung Electric Company U32J59x H4ZM800632"
# Mode
set $o-mode "2560x1440@59Hz"
# Position
set $o-pos-x "1920"
set $o-pos-y "0"
# Scale Factor
set $o-scalefactor "2"
# Transform
set $o-transform "90"
# 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
transform $o-transform
}