Skip to content

Commit

Permalink
put bindings to hyprspace file
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherhadi committed Nov 25, 2024
1 parent de8de47 commit b991c66
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion home/system/hyprland/bindings.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 8 additions & 1 deletion home/system/hyprland/hyprspace.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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

];
};
};
}

0 comments on commit b991c66

Please sign in to comment.