diff options
| author | triethyl <triethylammonium@pm.me> | 2025-09-27 20:02:50 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-09-27 20:02:50 -0400 |
| commit | d9527f28359921d0e86aadabe325fb4281700a0d (patch) | |
| tree | e83c20bfb32d2a781b8efc1e2b69bcaf233eeacd /home-manager/features | |
| parent | 4713d25cc154b2b1ee390b8611e07a9f8822a824 (diff) | |
niri: added calendar keybind
Diffstat (limited to 'home-manager/features')
| -rw-r--r-- | home-manager/features/gui/desktops/niri/keybinds.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home-manager/features/gui/desktops/niri/keybinds.nix b/home-manager/features/gui/desktops/niri/keybinds.nix index 56324bc..e823977 100644 --- a/home-manager/features/gui/desktops/niri/keybinds.nix +++ b/home-manager/features/gui/desktops/niri/keybinds.nix @@ -13,9 +13,9 @@ in { # App Launching Keys "Mod+Q".action.spawn = ["foot"]; - "Mod+W".action.spawn = ["qutebrowser"]; - "Mod+Shift+W".action.spawn = ["librewolf"]; + "Mod+W".action.spawn = ["librewolf"]; "Mod+E".action.spawn = ["neovide"]; + "Mod+Shift+E".action.spawn = ["neovide" "--" "-c" "Calendar"]; # Reboot to gaming OS "Mod+G".action.spawn = ["${lib.getExe (pkgs.writers.writeNuBin "gameos" "pkexec ${pkgs.efibootmgr}/bin/efibootmgr --bootnext 0000; reboot")}"]; |
