sway/.config/sway/lark-desktop/outputs/home-4k.conf

34 lines
618 B
Plaintext

# Sway Config: Output
#
# Thurstylark
# Display ID is required
set $o-id "Ancor Communications Inc ASUS PB287Q 0x00005B34"
# Mode
set $o-mode "3840x2160@59Hz"
# Position
set $o-pos-x "3440"
set $o-pos-y "0"
# Scale Factor
set $o-scalefactor "1.5"
# Subpixel Mode
set $o-subpixel "rgb"
# 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
subpixel $o-subpixel
}
# Set this display up as the initial location for the media workspace
set $o-ws-media "Ancor Communications Inc ASUS PB287Q 0x00005B34"