@@ -290,25 +290,24 @@ submap=reset
290290source = ~/.config/hypr/workspaces.conf
291291
292292# See https://wiki.hypr.land/Configuring/Workspace-Rules/ for workspace rules
293- windowrule = float, class:^(clash_win)$
294- windowrule = float, class:^(ario)$
295- windowrule = float, class:^(QQ)$
296- windowrule = float, title:^(Picture in picture)$
297- windowrule = float, title:^(Picture-in-Picture)$
298- windowrule = float, class:(io.crow_translate.CrowTranslate)
299- windowrule = float, class:(pot), title:(Translate|Translator|OCR|PopClip|Screenshot Translate) # Translation window floating
300- windowrule = move cursor 0 0, class:(pot), title:(Translate|Translator|PopClip|Screenshot Translate) # Translation window follows the mouse position.
301- windowrule = float, class:^(org.telegram.desktop)$,title:^(Media viewer)$
302- windowrule = float, title:^Demo-
303- windowrule = size 30% 50%, class:^(org.fcitx.fcitx5-config-qt)$,title:^(Classic User Interface — Fcitx Configuration)$
304- windowrule = float, class:^(org.fcitx.fcitx5-config-qt)$,title:^(Fcitx Configuration)$
305- windowrule = float, class:^(Zotero)$,title:^(Zotero Settings)$
306- windowrule = float, class:^(xdg-desktop-portal-gtk)$
307- windowrule = float, class:^(Meeting)$,title:^(Feishu Meetings)$
308- windowrule = noblur, title:^(LarkSSPromptWindow)$
309- windowrule = nofocus, title:^(LarkSSPromptWindow)$
310- # windowrule = noblur, title:^(wemeetapp)$
311- # windowrule = nofocus, title:^(wemeetapp)$
293+ windowrule = match:class ^(clash_win)$, float on
294+ windowrule = match:class ^(ario)$, float on
295+ windowrule = match:class ^(QQ)$, float on
296+ windowrule = match:title ^(Picture in picture)$, float on
297+ windowrule = match:title ^(Picture-in-Picture)$, float on
298+ windowrule = match:class ^(io.crow_translate.CrowTranslate)$, float on
299+ windowrule = match:class (pot), match:title (Translate|Translator|OCR|PopClip|Screenshot Translate), float on
300+ windowrule = match:class ^(org.telegram.desktop)$, match:title ^(Media viewer)$, float on
301+ windowrule = match:title ^(Demo-Mode)$, float on
302+ windowrule = match:class ^(org.fcitx.fcitx5-config-qt)$, match:title ^(Classic User Interface — Fcitx Configuration)$, size 30% 50%
303+ windowrule = match:class ^(org.fcitx.fcitx5-config-qt)$, match:title ^(Fcitx Configuration)$, float on
304+ windowrule = match:class ^(Zotero)$, match:title ^(Zotero Settings)$, float on
305+ windowrule = match:class ^(xdg-desktop-portal-gtk)$, float on
306+ windowrule = match:class ^(Meeting)$, match:title ^(Feishu Meetings)$, float on
307+ windowrule = match:title ^(LarkSSPromptWindow)$, no_blur on
308+ windowrule = match:title ^(LarkSSPromptWindow)$, no_focus on
309+ windowrule = match:title ^(wemeetapp)$, no_blur on
310+ windowrule = match:title ^(wemeetapp)$, no_focus on
312311
313312##############################
314313### PLUGINS ###
0 commit comments