niri: add zed and zathura keybind

This commit is contained in:
2026-06-03 23:42:52 +02:00
parent ff8c48ce63
commit f7b8f965e3
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -383,7 +383,8 @@ 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 zathura" { spawn "zathura"; }
Mod+Z hotkey-overlay-title="Open zed" { spawn "zeditor"; }
Mod+P 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.
+1
View File
@@ -7,6 +7,7 @@
// custom settings, run `zed: open default settings` from the
// command palette (cmd-shift-p / ctrl-shift-p)
{
"cli_default_open_behavior": "existing_window",
"which_key": {
"enabled": true,
},