16 lines
232 B
Plaintext
16 lines
232 B
Plaintext
# Sway Config: Output
|
|
#
|
|
# Thurstylark
|
|
|
|
set $o-id "Samsung Electric Company U32J59x H4ZM800632"
|
|
set $o-mode "2560x1440@59Hz"
|
|
set $o-pos-x "1920"
|
|
set $o-pos-y "0"
|
|
|
|
|
|
# Do the thing
|
|
output $o-id {
|
|
mode $o-mode
|
|
pos $o-pos-x $o-pos-y
|
|
}
|