From 8a551339cbfaf106ac7d6f1ca5230196be539167 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 8 Sep 2025 20:00:22 +0200 Subject: ... --- overlays/quickshell/lock-state-changed.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 overlays/quickshell/lock-state-changed.patch (limited to 'overlays/quickshell/lock-state-changed.patch') diff --git a/overlays/quickshell/lock-state-changed.patch b/overlays/quickshell/lock-state-changed.patch new file mode 100644 index 00000000..4be273fa --- /dev/null +++ b/overlays/quickshell/lock-state-changed.patch @@ -0,0 +1,12 @@ +diff --git i/src/wayland/session_lock.cpp w/src/wayland/session_lock.cpp +index 0ecf9ec..3dbd19b 100644 +--- i/src/wayland/session_lock.cpp ++++ w/src/wayland/session_lock.cpp +@@ -127,6 +127,7 @@ void WlSessionLock::realizeLockTarget(WlSessionLock* old) { + this->updateSurfaces(false); + + if (!this->manager->lock()) this->lockTarget = false; ++ emit this->lockStateChanged(); + + this->updateSurfaces(true, old); + } else { -- cgit v1.2.3