summaryrefslogtreecommitdiff
path: root/features/user/gui
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-08-30 11:11:08 -0400
committertriethyl <triethylammonium@pm.me>2025-08-30 11:11:08 -0400
commit69b3ae7497b0a5de71474fa9a2ff309c1887beec (patch)
tree953b6ba013c2409a316923ae825900dd4500988f /features/user/gui
parent309fa304ac7d509b7316e98b56da801876bb6a74 (diff)
niri: added reboot to other os keybind
Diffstat (limited to 'features/user/gui')
-rw-r--r--features/user/gui/desktops/niri/keybinds.nix4
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"];