diff --git a/home/system/hyprland/hyprspace.nix b/home/system/hyprland/hyprspace.nix index 671620d..98a2893 100644 --- a/home/system/hyprland/hyprspace.nix +++ b/home/system/hyprland/hyprspace.nix @@ -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; }; }; }; }; }