Commit 5565c42
Changed files (1)
modules
desktop
shell
niri
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;