From 28825adc5d20b3b3ca0314f3be5f40073d614ffc Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 25 Feb 2023 17:05:42 +0100 Subject: [PATCH] kanshi: Fix for black screen Sometimes kanshi will keep docked mode (only external screens) enabled while keeping them turned off and, sometimes even internal screen black. This attempts to fix it. --- desktop/.config/kanshi/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/desktop/.config/kanshi/config b/desktop/.config/kanshi/config index ece2f81..111d1a2 100644 --- a/desktop/.config/kanshi/config +++ b/desktop/.config/kanshi/config @@ -1,15 +1,15 @@ 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" + output eDP-1 disable + exec notify-send "💻 Display changed" "Applying docked LG 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" + output eDP-1 disable + exec notify-send "💻 Display changed" "Applying docked Goldstar profile" } profile portable {