Finally found a rofi-pass version for wayland.

This commit is contained in:
Derek Taylor
2026-01-17 19:41:26 -06:00
parent 21ad3dac87
commit 4daede968a

View File

@@ -405,7 +405,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"; }
Mod+Shift+P hotkey-overlay-title="Password menu" { spawn "rofi-pass-wl"; }
Mod+Shift+Q hotkey-overlay-title="Quit out of niri" { quit; }
// Use spawn-sh to run a shell command. Do this if you need pipes, multiple commands, etc.