Figuring out a workable rofi/pass program that doesn't suck too bad.

This commit is contained in:
Derek Taylor
2026-01-19 18:11:10 -06:00
parent 85b072a18f
commit 9e3a0d326f

View File

@@ -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.