mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
Adding rofi-waypass to Niri config.
This commit is contained in:
@@ -392,6 +392,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" "-show" "waypass"; }
|
||||
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.
|
||||
@@ -597,5 +598,5 @@ binds {
|
||||
|
||||
// Powers off the monitors. To turn them back on, do any input like
|
||||
// moving the mouse or pressing any other key.
|
||||
Mod+Shift+P { power-off-monitors; }
|
||||
Ctrl+Alt+P { power-off-monitors; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user