niri: spawn zathura instead of zed

This commit is contained in:
2026-05-03 09:40:46 +02:00
parent 228d7a53ff
commit bf27f17238
+1 -1
View File
@@ -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.