groups :D
This commit is contained in:
parent
d5ce93f871
commit
f62f6ad376
3 changed files with 79 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue