From a8dd455576a3e3498e65acb0ba2488c9d53f6190 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 9 Mar 2026 18:32:22 -0700 Subject: [PATCH] changed lock --- .config/niri/config.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/niri/config.kdl b/.config/niri/config.kdl index 803bad3..da7ab85 100644 --- a/.config/niri/config.kdl +++ b/.config/niri/config.kdl @@ -377,7 +377,7 @@ binds { // Suggested binds for running programs: terminal, app launcher, screen locker. Mod+Return hotkey-overlay-title="Open a Terminal: alacritty" { spawn "alacritty"; } Mod+D hotkey-overlay-title="Run an Application: rofi" { spawn "~/.config/rofi/launchers/type-7/launcher.sh"; } - Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock"; } + Ctrl+Shift+L hotkey-overlay-title="Lock the Screen" { spawn "dms" "ipc" "call" "lock" "lock"; } // Use spawn-sh to run a shell command. Do this if you need pipes, multiple commands, etc. // Note: the entire command goes as a single argument. It's passed verbatim to `sh -c`.