mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-11 19:17:19 +10:00
Minor edits.
This commit is contained in:
@@ -391,9 +391,9 @@ binds {
|
||||
Mod+Shift+Return hotkey-overlay-title="Run launcher: rofi" { spawn "rofi" "-show" "drun" "-show-icons"; }
|
||||
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+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.
|
||||
// Note: the entire command goes as a single argument. It's passed verbatim to `sh -c`.
|
||||
// For example, this is a standard bind to toggle the screen reader (orca).
|
||||
|
||||
Reference in New Issue
Block a user