diff options
| author | zachir <zachir@librem.one> | 2026-01-23 16:54:13 -0600 |
|---|---|---|
| committer | zachir <zachir@librem.one> | 2026-01-23 16:54:13 -0600 |
| commit | 4eb70336b2c27fe0a605453e8d95024a86ff7f7a (patch) | |
| tree | 750bf9344cced17aea14b9d526f3830f92549b02 | |
| parent | 7cf40a74e46a7deca1d150c53f0a2673d4091683 (diff) | |
Hypr: windowrulev2 is deprecatedcla
| -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 |
