diff options
| -rw-r--r-- | hypr/hyprland.conf | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index c76d8cc..3d8812b 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -215,17 +215,17 @@ plugin { # Example windowrule v2 # windowrule = float, class:^(kitty)$, title:^(kitty)$ # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more -windowrulev2 = float, match:class ^(lxqt-policykit-agent)$ -windowrulev2 = tile, match:class ^(REAPER)$, match:title ^(REAPER v[0-9.]* - Registered to [A-Za-z ]* \(Licensed for personal/small business use\))$ -windowrulev2 = tile, match:class ^(REAPER)$, match:title ^(reaper)$ -windowrulev2 = tile, match:class ^(REAPER)$, match:title ^(Mixer)$ -windowrulev2 = move onscreen cursor -50% -50%, match:title ^(menu)$ -windowrulev2 = move cursor, match:class REAPER, match:floating on -windowrulev2 = nofocus, match:class REAPER, match:title ^(menu)$ -windowrulev2 = nofocus, match:class REAPER, match:title ^$ +windowrule = float on, match:class ^(lxqt-policykit-agent)$ +windowrule = tile on, match:class ^(REAPER)$, match:title ^(REAPER v[0-9.]* - Registered to [A-Za-z ]* \(Licensed for personal/small business use\))$ +windowrule = tile on, match:class ^(REAPER)$, match:title ^(reaper)$ +windowrule = tile on, match:class ^(REAPER)$, match:title ^(Mixer)$ +windowrule = move onscreen cursor -50% -50%, match:title ^(menu)$ +windowrule = move cursor, match:class REAPER, match:float on +windowrule = no_focus on, match:class REAPER, match:title ^(menu)$ +windowrule = no_focus on, match:class REAPER, match:title ^$ # See https://wiki.hypr.land/Configuring/Window-Rules/ for more -windowrulev2 = workspace special:easyeffects silent, match:class ^(com\.github\.wwmm\.easyeffects)$ -windowrulev2 = workspace special:sonobus silent, match:class ^(SonoBus)$ +windowrule = workspace special:easyeffects silent, match:class ^(com\.github\.wwmm\.easyeffects)$ +windowrule = workspace special:sonobus silent, match:class ^(SonoBus)$ # Fix brave xray menus windowrule = xray 0, match:class ^(\s*), match:title ^(\s*)$ # Center floating XWayland windows |
