summaryrefslogtreecommitdiff
path: root/niri/cfg
diff options
context:
space:
mode:
authorryukamish <[email protected]>2026-02-21 22:12:20 +0530
committerryukamish <[email protected]>2026-02-21 22:12:20 +0530
commit437d5427cf19bd15cfabe7dd9cb9aa8f5ad31cbf (patch)
tree201c46b275244b1639ec4171d79c82d97add2988 /niri/cfg
parent542a91fc9e09a81ea89ae0eef39e1f4a4dc15d0f (diff)
fix: typo for noctalia lockscreen keybind toggle
Diffstat (limited to 'niri/cfg')
-rw-r--r--niri/cfg/keybinds.kdl2
1 files changed, 1 insertions, 1 deletions
diff --git a/niri/cfg/keybinds.kdl b/niri/cfg/keybinds.kdl
index 21343a3..febcf82 100644
--- a/niri/cfg/keybinds.kdl
+++ b/niri/cfg/keybinds.kdl
@@ -21,7 +21,7 @@ binds {
Mod+P hotkey-overlay-title="Session manager: noctalia session" { spawn-sh "qs -c noctalia-shell ipc call sessionMenu toggle"; }
Mod+Period hotkey-overlay-title="Session manager: noctalia session" { spawn-sh "qs -c noctalia-shell ipc call launcher emoji"; }
Mod+W hotkey-overlay-title="Wallpaper Selector: noctalia wallpaper" { spawn-sh "qs -c noctalia-shell ipc call wallpaper toggle"; }
- Super+Alt+L hotkey-overlay-title="Lock the Screen: noctalia lock" { spawn-sh "dms ipc call lockScreen lock"; }
+ Super+Alt+L hotkey-overlay-title="Lock the Screen: noctalia lock" { spawn-sh "qs -c noctalia-shell ipc call lockScreen lock"; }
// "-l 1.0" limits the volume to 100%.
XF86AudioRaiseVolume allow-when-locked=true { spawn-sh "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ -l 1.0"; }