reenable hyprspace & static workspace for some apps

This commit is contained in:
Hadi
2025-02-19 10:43:40 +01:00
parent 3b200caed9
commit fa3d207375
2 changed files with 10 additions and 9 deletions

View File

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