put bindings to hyprspace file

Former-commit-id: b991c66c2e
This commit is contained in:
Hadi
2024-11-25 10:01:58 +01:00
parent 8c5ce4880e
commit d8d8d7e990
2 changed files with 9 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
"$mod,SPACE, exec, menu" # Launcher
"$mod,C, exec, quickmenu" # Quickmenu
"$shiftMod,SPACE, exec, hyprfocus-toggle" # Toggle HyprFocus
"$mod,TAB, overview:toggle" # Overview
# "$mod,TAB, overview:toggle" # Overview
"$mod,Q, killactive," # Close window
"$mod,T, togglefloating," # Toggle Floating

View File

@@ -2,6 +2,13 @@
wayland.windowManager.hyprland = {
plugins = [ inputs.hyprspace.packages.${pkgs.system}.Hyprspace ];
settings = { plugin = { overview = { autoDrag = false; }; }; };
settings = {
plugin = { overview = { autoDrag = false; }; };
bind = [
"$mod,TAB, overview:toggle" # Overview
];
};
};
}