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.