diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-08-16 20:49:05 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-08-16 20:49:05 +0530 |
| commit | f3bdd21020b8e618433a06c1efc1cc665cb6839d (patch) | |
| tree | 32427d47c079637b670a20b62e0339df0e248641 /.config/kanshi/config | |
first commit using stow
Diffstat (limited to '.config/kanshi/config')
| -rw-r--r-- | .config/kanshi/config | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.config/kanshi/config b/.config/kanshi/config new file mode 100644 index 0000000..e6aabe2 --- /dev/null +++ b/.config/kanshi/config @@ -0,0 +1,22 @@ +profile laptop-only { + output eDP-1 { + enable + mode 1920x1080 + scale 1 + position 0,0 + } +} + +profile docked { + output eDP-1 { + mode 1920x1080 + scale 1 + position 0,0 + } + + output HDMI-A-1 { + mode 1920x1080 + scale 1 + position 1920,0 + } +} |
