added kanshi for display arrangement
This commit is contained in:
parent
275cfb4639
commit
4254d75eae
3 changed files with 16 additions and 1 deletions
9
.config/kanshi/config
Normal file
9
.config/kanshi/config
Normal file
|
|
@ -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
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
3
pkglist
3
pkglist
|
|
@ -71,3 +71,6 @@ udisks2
|
|||
|
||||
# redshift replacement
|
||||
wlsunset
|
||||
|
||||
# auto arange displays
|
||||
kanshi
|
||||
|
|
|
|||
Loading…
Reference in a new issue