From 6defdd3f33aa73c8c2bec63720b2d167f7a909f4 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 20 Apr 2024 08:40:56 +0200 Subject: [PATCH] kanshi: Fix screen names for new kernel --- desktop/.config/kanshi/config | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/desktop/.config/kanshi/config b/desktop/.config/kanshi/config index 0aaded9..13648c9 100644 --- a/desktop/.config/kanshi/config +++ b/desktop/.config/kanshi/config @@ -1,27 +1,27 @@ profile docked { - output "LG Electronics W2442 0x000075FD" position 1920,0 - output "LG Electronics W2442 0x000075E1" position 0,0 + output "LG Electronics W2442 0x000574FD" position 1920,0 + output "LG Electronics W2442 0x000574E1" position 0,0 output eDP-1 disable exec notify-send "💻 Display changed" "Applying docked LG profile" } profile docked { - output "Goldstar Company Ltd W2442 0x000075FD" position 1920,0 - output "Goldstar Company Ltd W2442 0x000075E1" position 0,0 + output "Goldstar Company Ltd W2442 0x000574FD" position 1920,0 + output "Goldstar Company Ltd W2442 0x000574E1" position 0,0 output eDP-1 disable 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 "LG Electronics W2442 0x000574FD" position 1920,0 + output "LG Electronics W2442 0x000574E1" 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 "LG Electronics W2442 0x000574FD" disable + output "LG Electronics W2442 0x000574E1" disable output eDP-1 enable position 0,0 exec notify-send "💻 Display changed" "Applying portable profile" }