diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-08-31 20:59:28 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-08-31 20:59:28 +0530 |
| commit | 6b79a838e76b90ea2516b9160f34e236b28ee1c0 (patch) | |
| tree | 02b9fb1c95539ff72b2d09cd3f14a1ea47c05e2f /.config/kanshi | |
| parent | 46c5bf255206c88434692f7d91c6fa92ffb7417e (diff) | |
yazi: add external-only profile
Diffstat (limited to '.config/kanshi')
| -rw-r--r-- | .config/kanshi/config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/kanshi/config b/.config/kanshi/config index e6aabe2..6ced72e 100644 --- a/.config/kanshi/config +++ b/.config/kanshi/config @@ -7,8 +7,18 @@ profile laptop-only { } } +profile external-only { + output eDP-1 disable + output HDMI-A-1 { + mode 1920x1080 + position 0,0 + scale 1 + } +} + profile docked { output eDP-1 { + enable mode 1920x1080 scale 1 position 0,0 |
