diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2025-03-31 12:16:47 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2025-03-31 12:16:47 -0400 |
commit | 4ccdb6fb1f53bc6c799ece8c2f03a0fede093acd (patch) | |
tree | 9d3a73a81547fff442263c28bdfd9d1e98895d5d /.config/kanshi/config | |
parent | f4c4550e327d9090c82a735d39d104d0bedb602d (diff) |
config cleanup
Diffstat (limited to '.config/kanshi/config')
-rw-r--r-- | .config/kanshi/config | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/.config/kanshi/config b/.config/kanshi/config new file mode 100644 index 0000000..4ad7029 --- /dev/null +++ b/.config/kanshi/config @@ -0,0 +1,45 @@ +output "eDP-1" alias $mainmon +output "LG Electronics LG ULTRAWIDE 0x0002DCA5" alias $widemon + + +profile dualmon { + output $mainmon { + enable + mode 2256x1504@59.999 + position 0,0 + transform normal + scale 1 + } + output $widemon { + enable + mode 2560x1080@59.978 + position 2256,424 + transform 180 + scale 1 + } + exec monchange +} + + +profile singlemon { + output $mainmon { + enable + mode 2256x1504@59.999 + position 0,0 + transform normal + scale 1 + } + exec monchange +} + +profile singlewide { + output $mainmon disable + output $widemon { + enable + mode 2256x1504@59.9789 + position 0,0 + transform 180 + scale 1 + } + exec monchange +} |