From 33cbe9329621eece0c66d902a352aa799588b0b1 Mon Sep 17 00:00:00 2001 From: José Juan Loeza Sierra Date: Fri, 20 Mar 2026 23:25:54 -0700 Subject: move swaylock params to config Also, added a wallpaper to swaylock. Assumes a symlinked wallpaper at the path. --- dot-config/niri/config.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot-config/niri') diff --git a/dot-config/niri/config.kdl b/dot-config/niri/config.kdl index 27137a9..6ca902e 100644 --- a/dot-config/niri/config.kdl +++ b/dot-config/niri/config.kdl @@ -365,7 +365,7 @@ binds { // Suggested binds for running programs: terminal, app launcher, screen locker. Mod+Return hotkey-overlay-title="Open a Terminal: foot" { spawn "foot"; } Mod+Space hotkey-overlay-title="Run an Application: fuzzel" { spawn "fuzzel"; } - Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock" "-f" "-c" "000000"; } + Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock"; } // You can also use a shell. Do this if you need pipes, multiple commands, etc. // Note: the entire command goes as a single argument in the end. -- cgit v1.3