From 580f8e14526558b3fdd58fe2f629a5fa894ce5f9 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 16 Sep 2023 11:14:49 +0200 Subject: [PATCH] kanshi: Add profiles for triple-/single-display Added a profile for having all my screens display something when docked (when usually the internal screen is turned off) as well as to *only* display the internal screen even when connected to the dock (should the need ever arise). --- desktop/.config/kanshi/config | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/desktop/.config/kanshi/config b/desktop/.config/kanshi/config index 111d1a2..0aaded9 100644 --- a/desktop/.config/kanshi/config +++ b/desktop/.config/kanshi/config @@ -12,6 +12,20 @@ profile docked { exec notify-send "💻 Display changed" "Applying docked Goldstar profile" } +profile dockedall { + output "LG Electronics W2442 0x000075FD" position 1920,0 + output "LG Electronics W2442 0x000075E1" position 0,0 + output eDP-1 enable position 960,1080 + exec notify-send "💻 Display changed" "Applying docked 3-screen profile" +} + +profile portable { + output "LG Electronics W2442 0x000075FD" disable + output "LG Electronics W2442 0x000075E1" disable + output eDP-1 enable position 0,0 + exec notify-send "💻 Display changed" "Applying portable profile" +} + profile portable { output eDP-1 enable position 0,0 exec notify-send "💻 Display changed" "Applying portable profile"