From 69b3ae7497b0a5de71474fa9a2ff309c1887beec Mon Sep 17 00:00:00 2001 From: triethyl Date: Sat, 30 Aug 2025 11:11:08 -0400 Subject: niri: added reboot to other os keybind --- features/user/gui/desktops/niri/keybinds.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'features/user') 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"]; -- cgit v1.2.3