From 9e3a0d326f817b04dbbee9addf5829ef55eb08d8 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Mon, 19 Jan 2026 18:11:10 -0600 Subject: [PATCH] Figuring out a workable rofi/pass program that doesn't suck too bad. --- .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 7b97d20..d9914b2 100644 --- a/.config/niri/config.kdl +++ b/.config/niri/config.kdl @@ -203,7 +203,7 @@ binds { Mod+Alt+Minus hotkey-overlay-title="Lock screen: swaylock" { spawn "swaylock"; } Mod+E hotkey-overlay-title="Open emacs" { spawn "emacsclient" "-c" "-a" "emacs"; } Mod+W hotkey-overlay-title="Open browser: brave" { spawn "brave"; } - Mod+Shift+P hotkey-overlay-title="Password menu" { spawn "rofi-pass-wl"; } + Mod+Shift+P hotkey-overlay-title="Password menu" { spawn-sh "rofi -show waypass && dms cl clear"; } Mod+Shift+Q hotkey-overlay-title="Quit out of niri" { quit; } // Example volume keys mappings for PipeWire & WirePlumber.