summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-08-31 08:46:11 -0400
committertriethyl <triethylammonium@pm.me>2025-08-31 08:46:11 -0400
commitd9657564be969b55c6b9c769087348a9742188f5 (patch)
tree9d07e89b4cf74f1969e1744f508ed2a8382d344d /features
parent39139378241e9a80c78331130faa209fa80b124b (diff)
niri: updated os switcher keybind
Diffstat (limited to 'features')
-rw-r--r--features/user/gui/desktops/niri/keybinds.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/features/user/gui/desktops/niri/keybinds.nix b/features/user/gui/desktops/niri/keybinds.nix
index de3b2de..56324bc 100644
--- a/features/user/gui/desktops/niri/keybinds.nix
+++ b/features/user/gui/desktops/niri/keybinds.nix
@@ -18,8 +18,7 @@
"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")}"];
-
+ "Mod+G".action.spawn = ["${lib.getExe (pkgs.writers.writeNuBin "gameos" "pkexec ${pkgs.efibootmgr}/bin/efibootmgr --bootnext 0000; reboot")}"];
# Clear Notifications
"Mod+B".action.spawn = ["makoctl" "dismiss" "-a"];