diff options
| author | triethyl <triethylammonium@pm.me> | 2025-12-03 09:23:28 -0500 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-12-03 09:23:28 -0500 |
| commit | 40a69747aa6f8d8540899701ec94f8238a20ede2 (patch) | |
| tree | 5e236adc057e44ab69f1e12e16660d60bfbf9c95 /home-manager/features/gui/desktops/niri | |
| parent | 3fbf24ae03f16d937e067a651b9fb306a59d8530 (diff) | |
home-manager: added kitty feature
Diffstat (limited to 'home-manager/features/gui/desktops/niri')
| -rw-r--r-- | home-manager/features/gui/desktops/niri/parts/niri/keybinds.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home-manager/features/gui/desktops/niri/parts/niri/keybinds.nix b/home-manager/features/gui/desktops/niri/parts/niri/keybinds.nix index b5fbf86..9c7428b 100644 --- a/home-manager/features/gui/desktops/niri/parts/niri/keybinds.nix +++ b/home-manager/features/gui/desktops/niri/parts/niri/keybinds.nix @@ -14,9 +14,9 @@ in { right = "l"; in { # App Launching Keys - "Mod+Q".action.spawn = ["foot"]; + "Mod+Q".action.spawn = [defaultTerminal.command]; "Mod+W".action.spawn = ["librewolf"]; - "Mod+E".action.spawn = ["neovide"]; + "Mod+E".action.spawn = [ defaultTerminal.runTuiCommand "nvim"]; "Mod+Shift+E".action.spawn = [ defaultTerminal.runTuiCommand "ikhal"]; "Mod+N".action.spawn = ["scrap-maker"]; |
