niri: Add another screenlock hotkey

This commit is contained in:
2026-05-06 13:19:37 +02:00
parent 16a2536955
commit a36cf4c0b1

View File

@@ -332,6 +332,7 @@ binds {
Mod+Return { spawn "alacritty"; }
Mod+Plus { spawn "loginctl" "lock-session"; }
Mod+E { spawn "loginctl" "lock-session"; }
// TODO: why do i have to use spawn-sh?
Mod+D { spawn "dms" "ipc" "call" "widget" "toggle" "launcherButton"; }