diff options
| author | José Juan Loeza Sierra <jj@xz6ze.com> | 2026-03-20 23:27:30 -0700 |
|---|---|---|
| committer | José Juan Loeza Sierra <jj@xz6ze.com> | 2026-03-20 23:27:30 -0700 |
| commit | 7e05e538820ebec4c1e6209696e4b114696197cb (patch) | |
| tree | 2f5a2d0c33f06a5239cf2907677d65c5e1c55a7d | |
| parent | 33cbe9329621eece0c66d902a352aa799588b0b1 (diff) | |
add emacs hotkey to niri
| -rw-r--r-- | dot-config/niri/config.kdl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot-config/niri/config.kdl b/dot-config/niri/config.kdl index 6ca902e..1e2f7a2 100644 --- a/dot-config/niri/config.kdl +++ b/dot-config/niri/config.kdl @@ -366,6 +366,7 @@ binds { Mod+Return hotkey-overlay-title="Open a Terminal: foot" { spawn "foot"; } Mod+Space hotkey-overlay-title="Run an Application: fuzzel" { spawn "fuzzel"; } Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock"; } + Mod+E hotkey-overlay-title="Open emacs" { spawn "emacs"; } // You can also use a shell. Do this if you need pipes, multiple commands, etc. // Note: the entire command goes as a single argument in the end. |
