From 6b79a838e76b90ea2516b9160f34e236b28ee1c0 Mon Sep 17 00:00:00 2001 From: krolxon Date: Sun, 31 Aug 2025 20:59:28 +0530 Subject: [PATCH] yazi: add external-only profile --- .config/kanshi/config | 10 ++++++++++ 1 file changed, 10 insertions(+) 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