diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 7e25e82..3ab69db 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -160,6 +160,18 @@ master { new_status = master } +group { + groupbar { + font_size = 14 + height = 24 + indicator_height = 4 + scrolling = true + rounding = 6 + rounding_power = 0 + round_only_edges = true + } +} + gestures { # See https://wiki.hyprland.org/Configuring/Variables/ for more workspace_swipe_distance = 300 @@ -223,6 +235,8 @@ bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, 1, togglesplit, # dwindle bind = $mainMod, 2, layoutmsg, swapsplit bind = $mainMod, W, toggleswallow # toggles swallow +bind = ALT, G, togglegroup # toggles group +bind = ALT SHIFT, TAB, changegroupactive # toggles group bind = $mainMod, D, dpms, toggle # toggles dpms bind = $mainMod, B, exec, firefox bind = $mainMod SHIFT, B, exec, firefox --private-window