From bf27f17238ad0c9d5ced166cf10a750de4b12dfa Mon Sep 17 00:00:00 2001 From: Fredrik Robertsen Date: Sun, 3 May 2026 09:40:46 +0200 Subject: [PATCH] niri: spawn zathura instead of zed --- dotfiles/.config/niri/config.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.config/niri/config.kdl b/dotfiles/.config/niri/config.kdl index d258206..4547c43 100644 --- a/dotfiles/.config/niri/config.kdl +++ b/dotfiles/.config/niri/config.kdl @@ -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.