Commit 5565c42

HPCesia <me@hpcesia.com>
2025-10-13 14:05:56
feat: update niri keybindings
1 parent 41bc6bd
Changed files (1)
modules
desktop
shell
modules/desktop/shell/niri/keybinding.nix
@@ -6,6 +6,7 @@
       # Mod-Shift-/, which is usually the same as Mod-?,
       # shows a list of important hotkeys.
       "Mod+Shift+Slash".action = show-hotkey-overlay;
+      "Mod+Tab".action = toggle-overview;
 
       "Mod+Shift+E".action = quit;
       "Ctrl+Alt+Delete".action = quit;
@@ -30,6 +31,10 @@
         action = noctalia "settings" "toggle";
         hotkey-overlay.title = "Toggle Settings Menu";
       };
+      "Mod+X" = {
+        action = noctalia "controlCenter" "toggle";
+        hotkey-overlay.title = "Toggle Control Center";
+      };
 
       "XF86AudioRaiseVolume" = {
         allow-when-locked = true;
@@ -57,8 +62,6 @@
         action = noctalia "brightness" "decrease";
       };
 
-      "XF86Calculator".action = noctalia "launcher" "calculator";
-
       # === Window and Column Actions ===
       "Mod+Q".action = close-window;