lid behavior watcher to lock session #115

Merged
zach merged 25 commits from lid-switch-behavior into main 2026-06-03 18:02:21 +02:00
Showing only changes of commit ad2ee99d9c - Show all commits
+2 -4
View File
@@ -2,10 +2,9 @@ import Quickshell
import ZShell
Scope {
id: root
id: root
required property var lock
required property var lock
Connections {
function onLidClosing(): void {
1
@@ -14,5 +13,4 @@ Scope {
target: LidWatcher
}
}