nirish

config files for niri window manager
Log | Files | Refs | README | LICENSE

commit 49156df9a492d79ee7596d038d976e0796b30c4d
parent 8e4210d13689187fd0d03c6314420327f4b0cb5d
Author: ryukamish <[email protected]>
Date:   Sat,  2 May 2026 23:20:39 +0530

add: lockscreen with swaylock and turn off monitors

Diffstat:
Mniri/cfg/keybinds.kdl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/niri/cfg/keybinds.kdl b/niri/cfg/keybinds.kdl @@ -13,7 +13,7 @@ binds { Mod+Period hotkey-overlay-title="Toggle emoji selector" { spawn "rofimoji"; } Mod+V { spawn-sh "cliphist list | rofi -dmenu | cliphist decode | wl-copy"; } Mod+M { spawn "tauon"; } - Mod+Alt+L { spawn-sh "swaylock"; } + Mod+Alt+L { spawn-sh "swaylock --daemonize && niri msg action power-off-monitors"; } Mod+Ctrl+N { spawn-sh "kitty -e nvim"; } Mod+I { spawn-sh "~/.local/bin/toggle-idle"; }