From c7a8110d2609594a83885ea9cfcc89823e500f81 Mon Sep 17 00:00:00 2001 From: joelmathewthomas Date: Thu, 25 Dec 2025 23:42:51 +0530 Subject: [PATCH] groups --- .config/hypr/hyprland.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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