groups :D

This commit is contained in:
KoenDR06 2025-07-18 14:54:28 +02:00
parent d5ce93f871
commit f62f6ad376
3 changed files with 79 additions and 0 deletions

View file

@ -283,6 +283,24 @@ in {
workspaceSwipe = false;
};
group = {
autoGroup = false;
dragIntoGroup = 2;
col = {
borderActive = config.horseman.wm.hyprland.config.general.col.activeBorder; # I don't wanna believe this can't be done better :(
borderInactive = config.horseman.wm.hyprland.config.general.col.inactiveBorder;
borderLockedActive = config.horseman.wm.hyprland.config.general.col.activeBorder;
borderLockedInactive = config.horseman.wm.hyprland.config.general.col.inactiveBorder;
};
groupbar = {
fontSize = 14;
height = 26;
keepUpperGap = true;
};
};
monitors = {
defaultMonitor = true;
};