From d9527f28359921d0e86aadabe325fb4281700a0d Mon Sep 17 00:00:00 2001 From: triethyl Date: Sat, 27 Sep 2025 20:02:50 -0400 Subject: niri: added calendar keybind --- home-manager/features/gui/desktops/niri/keybinds.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home-manager') 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")}"]; -- cgit v1.2.3