niri: spawn zathura instead of zed
This commit is contained in:
@@ -383,7 +383,7 @@ binds {
|
||||
Mod+T hotkey-overlay-title="Open a Terminal: alacritty" { spawn "alacritty"; }
|
||||
Super+Alt+L hotkey-overlay-title="Lock the Screen" { spawn "dms" "ipc" "call" "lock" "lock"; }
|
||||
Mod+B hotkey-overlay-title="Open a browser: zen" { spawn "zen"; }
|
||||
Mod+Z hotkey-overlay-title="Open an IDE: zed" { spawn "zeditor"; }
|
||||
Mod+Z hotkey-overlay-title="Open zathura" { spawn "zathura"; }
|
||||
Mod+E hotkey-overlay-title="Open a file browser" { spawn "nautilus"; }
|
||||
|
||||
// Use spawn-sh to run a shell command. Do this if you need pipes, multiple commands, etc.
|
||||
|
||||
Reference in New Issue
Block a user