From e224f7f20a9910377b8dc51bfc4a54d901e204fd Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 7 Jan 2023 15:11:51 +0100 Subject: [PATCH] kanshi: Update profiles and notify on change --- wayland/.config/kanshi/config | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/wayland/.config/kanshi/config b/wayland/.config/kanshi/config index dc7010e..ece2f81 100644 --- a/wayland/.config/kanshi/config +++ b/wayland/.config/kanshi/config @@ -1,9 +1,18 @@ +profile docked { + output eDP-1 disable + output "LG Electronics W2442 0x000075FD" position 1920,0 + output "LG Electronics W2442 0x000075E1" position 0,0 + exec notify-send "💻 Display changed" "Applying docked profile" +} + profile docked { output eDP-1 disable output "Goldstar Company Ltd W2442 0x000075FD" position 1920,0 output "Goldstar Company Ltd W2442 0x000075E1" position 0,0 + exec notify-send "💻 Display changed" "Applying docked profile" } -profile single { +profile portable { output eDP-1 enable position 0,0 + exec notify-send "💻 Display changed" "Applying portable profile" }