hypr: configure window groups

This commit is contained in:
2 * r + 2 * t 2025-03-16 19:24:53 +11:00
parent ced732ff60
commit 2955a00e60
3 changed files with 30 additions and 0 deletions

View file

@ -48,6 +48,20 @@ dwindle {
smart_resizing = true
}
group {
groupbar {
font_family = JetBrains Mono NF
font_size = 15
gradients = true
gradient_round_only_edges = false
gradient_rounding = 5
height = 25
indicator_height = 0
gaps_in = 3
gaps_out = 3
}
}
misc {
vfr = true
vrr = 1

View file

@ -13,4 +13,14 @@ decoration {
}
}
group {
groupbar {
text_color = rgb($base)
col.active = rgb($primary)
col.inactive = rgba($overlay2d4)
col.locked_active = rgb($primary)
col.locked_inactive = rgba($secondaryd4)
}
}
windowrulev2 = bordercolor rgb($primary) rgba($primary94), pinned:1

View file

@ -67,6 +67,12 @@ bind = Ctrl+Super+Shift, up, movetoworkspace, special:special
bind = Ctrl+Super+Shift, down, movetoworkspace, e+0
bind = Super+Alt, S, movetoworkspace, special:special
# Window groups
binde = Alt, Tab, changegroupactive, f
binde = Shift+Alt, Tab, changegroupactive, b
bind = Super, Comma, togglegroup
bind = Super+Shift, Comma, lockactivegroup, toggle
# Window actions
bind = Super, left, movefocus, l
bind = Super, right, movefocus, r