diff options
| author | brockar <martin@mguz.dev> | 2026-01-24 22:44:34 -0300 |
|---|---|---|
| committer | brockar <martin@mguz.dev> | 2026-01-24 22:44:34 -0300 |
| commit | e71a207d52b4ba920ccd377750591248e8f81140 (patch) | |
| tree | b7997d721753ca02362b8d794a272b5b02c7839e | |
| parent | d2fbf319bc3b09e4345dea390b85d328eb0318c0 (diff) | |
fix: WindowRules fix zapzap group
| -rw-r--r-- | config/hypr/configs/WindowRules.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/configs/WindowRules.conf b/config/hypr/configs/WindowRules.conf index 8016db42..6d100686 100644 --- a/config/hypr/configs/WindowRules.conf +++ b/config/hypr/configs/WindowRules.conf @@ -58,7 +58,7 @@ windowrule = match:class ^(com.obsproject.Studio)$, tag +screenshare # IM tags windowrule = match:class ^([Dd]iscord|[Ww]ebCord|[Vv]esktop)$, tag +im windowrule = match:class ^([Ff]erdium)$, tag +im -windowrule = match:class ^([Ww]hatsapp-for-linux)$, tag +im +windowrule = match:class ^([Ww]hatsapp-for-linux|ZapZap|com.rtosta.zapzap)$, tag +im windowrule = match:class ^(org.telegram.desktop|io.github.tdesktop_x64.TDesktop)$, tag +im windowrule = match:class ^(teams-for-linux)$, tag +im windowrule = match:class ^(im.riot.Riot|Element)$, tag +im |
