diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 2d618fc..da0eff4 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -178,6 +178,41 @@ gestures { source = ~/.config/hypr/conf.d/keybinds.conf +############## +### Groups ### +############## + +group { + auto_group = true + insert_after_current = true + focus_removed_window = true + drag_into_group = 1 + merge_groups_on_drag = true + merge_groups_on_groupbar = true + merge_floated_into_tiled_on_groupbar = true + group_on_movetoworkspace = false + col.border_active = 0x66ffff00 + col.border_inactive = 0x66777700 + col.border_locked_active = 0x66ff5500 + col.border_locked_inactive = 0x66ff5500 + + groupbar{ + enabled = true + font_family = InconsolataGo Nerd Font Mono + font_size = 8 + gradients = true + height = 12 + indicator_height = 0 + stacked = false + gradient_rounding = 5 + text_color = 0xffffffff + col.active = 0x66ffff00 + col.inactive = 0x66777700 + col.locked_active = 0x66ff5500 + col.locked_inactive = 0x66775500 + } +} + ############################## ### WINDOWS AND WORKSPACES ### ##############################