diff options
Diffstat (limited to 'features/user')
| -rw-r--r-- | features/user/gui/desktops/niri/keybinds.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/features/user/gui/desktops/niri/keybinds.nix b/features/user/gui/desktops/niri/keybinds.nix index c9b0245..de3b2de 100644 --- a/features/user/gui/desktops/niri/keybinds.nix +++ b/features/user/gui/desktops/niri/keybinds.nix @@ -17,6 +17,10 @@ "Mod+Shift+W".action.spawn = ["librewolf"]; "Mod+E".action.spawn = ["neovide"]; + # Reboot to gaming OS + "Mod+G".action.spawn = ["${lib.getExe (pkgs.writers.writeNuBin "gameos" "pkexec ${pkgs.efibootmgr}/bin/efibootmgr --bootnext 0005; reboot")}"]; + + # Clear Notifications "Mod+B".action.spawn = ["makoctl" "dismiss" "-a"]; |
