Add kanshi config

Dynamically manages outputs based on profiles.
This commit is contained in:
Alan Orth 2021-09-23 09:22:52 +03:00
parent 924b3c3a06
commit fd26b3544a
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 10 additions and 0 deletions

10
kanshi/config Normal file
View File

@ -0,0 +1,10 @@
profile external-dell {
output eDP-1 disable
# Dell P2416D, 23.8 inches, 123.41 PPI (see https://www.sven.de/dpi/)
# "make model serial" from `swaymsg -t get_outputs`
output "Dell Inc. DELL P2416D 6RC2C54O0NWS" mode 2560x1440 position 0,0 scale 1.75
}
profile internal {
output eDP-1 enable mode 2560x1440 scale 1.75 position 0,0
}