remove the hyprspace shortcut

This commit is contained in:
Hadi
2025-03-04 21:42:49 +01:00
parent ed4d27a4ac
commit 093a6397b9

View File

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