summaryrefslogtreecommitdiff
path: root/niri
diff options
context:
space:
mode:
authorryukamish <[email protected]>2026-03-20 23:24:36 +0530
committerryukamish <[email protected]>2026-03-20 23:24:36 +0530
commit270d8155e71583b36bcd13053a6e2ec1ffbb20c5 (patch)
tree866fa9fd6b024bff5a884a78cd1a05d7b8de3bd9 /niri
parent5de1b399174095c071089b6af27b9f7ddbbd0b35 (diff)
chore: removing lid close switch event
Diffstat (limited to 'niri')
-rw-r--r--niri/cfg/misc.kdl7
1 files changed, 0 insertions, 7 deletions
diff --git a/niri/cfg/misc.kdl b/niri/cfg/misc.kdl
index c96b17a..e48ee8b 100644
--- a/niri/cfg/misc.kdl
+++ b/niri/cfg/misc.kdl
@@ -22,10 +22,3 @@ cursor {
hide-when-typing
hide-after-inactive-ms 1000
}
-
-// Lock the screen when laptop lid is closed
-switch-events {
- lid-close {
- spawn "qs" "-c" "noctalia-shell" "ipc" "call" "lockScreen" "lock"
- }
-}