diff options
| -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")}"]; |
