diff --git a/.config/kanshi/config b/.config/kanshi/config new file mode 100644 index 0000000..3f3a53e --- /dev/null +++ b/.config/kanshi/config @@ -0,0 +1,9 @@ +profile dock { + output eDP-1 disable + output "Dell Inc. DELL U2723QE 26NMZN3" mode 3840x2160 position 0,0 scale 1.25 + output "Dell Inc. DELL U2723QE 49D0FH3" mode 3840x2160 position 3072,0 scale 1.25 +} + +profile default { + output eDP-1 enable scale 1.25 +} diff --git a/.config/sway/config b/.config/sway/config index 010f7c1..47adbc8 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -7,7 +7,10 @@ include ~/.config/sway/config.d/* # scale internal display # output eDP-1 scale 1.5 -output * scale 1.25 +# output * scale 1.25 + +# enable automatic display arrangements +exec kanshi # notification daemon exec mako diff --git a/pkglist b/pkglist index b3f3a68..d35d0cf 100644 --- a/pkglist +++ b/pkglist @@ -71,3 +71,6 @@ udisks2 # redshift replacement wlsunset + +# auto arange displays +kanshi