From d9657564be969b55c6b9c769087348a9742188f5 Mon Sep 17 00:00:00 2001 From: triethyl Date: Sun, 31 Aug 2025 08:46:11 -0400 Subject: niri: updated os switcher keybind --- features/user/gui/desktops/niri/keybinds.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'features/user/gui/desktops/niri') 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"]; -- cgit v1.2.3