Changing to device names instead of port names, Added homeuw monitor, Move to full resolution with scaling and subpixel hinting on home4k
This commit is contained in:
parent
c7b84422a6
commit
48021f0346
|
@ -4,12 +4,24 @@
|
||||||
|
|
||||||
set $omimon "Dell Inc. Dell AW3420DW 20X9D9990E2L"
|
set $omimon "Dell Inc. Dell AW3420DW 20X9D9990E2L"
|
||||||
|
|
||||||
|
set $homeuw "Unknown ASUS VP348 0x0000CA5D"
|
||||||
|
|
||||||
|
set $home4k "Ancor Communications Inc ASUS PB287Q 0x00005B34"
|
||||||
|
|
||||||
|
|
||||||
# Sane default of 1080p60
|
# Sane default of 1080p60
|
||||||
output * mode 1920x1080@60Hz
|
output * mode 1920x1080@60Hz
|
||||||
|
|
||||||
output DP-1 mode 3440x1440@59Hz
|
output $homeuw mode 3440x1440@75Hz
|
||||||
|
output $homeuw position 0 0
|
||||||
|
|
||||||
|
#output $home4k mode 2560x1440@59Hz
|
||||||
|
output $home4k mode 3840x2160@59Hz
|
||||||
|
output $home4k position 3440 0
|
||||||
|
#output $home4k transform 90
|
||||||
|
output $home4k scale 1.5
|
||||||
|
output $home4k subpixel rgb
|
||||||
|
|
||||||
output $omimon mode 3440x1440@60Hz
|
output $omimon mode 3440x1440@60Hz
|
||||||
|
|
||||||
output * bg ~/.config/sway/$hostname/bg center #000000
|
output * bg ~/.config/sway/$hostname/bg fill #000000
|
||||||
|
|
Loading…
Reference in New Issue