diff options
| -rw-r--r-- | .config/kanshi/config | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.config/kanshi/config b/.config/kanshi/config new file mode 100644 index 0000000..d987653 --- /dev/null +++ b/.config/kanshi/config @@ -0,0 +1,21 @@ +output "Samsung Electric Company U28E590 HTPGC00166" { + mode 3840x2160@30.000 + position 1920,0 + scale 1.5 + alias $HOME +} + +output "Lenovo Group Limited 0x40AD Unknown" { + mode 1920x1080@60.008 + position 0,0 + alias $INTERNAL +} + +profile mobile { + output $INTERNAL enable +} + +profile home { + output $INTERNAL disable + output $HOME enable +} |
