diff options
| author | zachir <zachir@librem.one> | 2026-02-02 15:03:27 -0600 |
|---|---|---|
| committer | zachir <zachir@librem.one> | 2026-02-02 15:03:27 -0600 |
| commit | 199da2ad2e8abcf094867c08f8ac416e7f27caed (patch) | |
| tree | 18572e26c92fc0078fcbecfcfe1b91fcec510623 | |
| parent | 4eecbf54775ad29d1f98e248f02201772d508c7b (diff) | |
Update hypr config windowrules
| -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 c539b21..3da9c12 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -222,18 +222,18 @@ windowrule = float on, match:class ^(xdg-desktop-portal-gtk) windowrule = float on, match:title ^(UNDERTALE)$ windowrule = float on, match:class ^(Tk)$ windowrule = float on, match:class ^(lxqt-policykit-agent)$ -windowrulev2 = stayfocused on, match:title ^()$, match:class ^(steam)$ -windowrulev2 = minsize 1 1, match:title ^()$, match:class ^(steam)$ -windowrulev2 = stayfocused on, match:title ^(menu)$, match:class ^(yabridge-host.exe.so)$ -windowrulev2 = minsize 1 1, match:title ^(menu)$, match:class ^(yabridge-host.exe.so)$ -windowrulev2 = float on, match:class ^(yabridge-host.exe.so)$, match:title ^(menu)$ -windowrulev2 = float on, match:floating 0, match:title ^(menu*) +windowrule = stay_focused on, match:title ^()$, match:class ^(steam)$ +windowrule = min_size 1 1, match:title ^()$, match:class ^(steam)$ +windowrule = stay_focused on, match:title ^(menu)$, match:class ^(yabridge-host.exe.so)$ +windowrule = min_size 1 1, match:title ^(menu)$, match:class ^(yabridge-host.exe.so)$ +windowrule = float on, match:class ^(yabridge-host.exe.so)$, match:title ^(menu)$ +windowrule = float on, match:float 0, match:title ^(menu*) windowrule = workspace 2, match:title ^(REAPER .*initializing.*)$ -windowrulev2 = tile on, match:class ^(REAPER)$, title:^(.*REAPER v[0-9.]* - Licensed for personal/small business use)$ +windowrule = tile on, match:class ^(REAPER)$, match:title ^(.*REAPER v[0-9.]* - Licensed for personal/small business use)$ windowrule = tile on, match:class ^(WebApp-Qobuz[0-9]*)$ -windowrulev2 = float on, match:title ^(menu)$ -windowrulev2 = move cursor -50% -50%, match:class ^(yabridge-host.exe.so)$, match:title ^(menu)$ -windowrulev2 = workspace special:easyeffects silent, match: class ^(com\.github\.wwmm\.easyeffects)$ +windowrule = float on, match:title ^(menu)$ +windowrule = move cursor -50% -50%, match:class ^(yabridge-host.exe.so)$, match:title ^(menu)$ +windowrule = workspace special:easyeffects silent, match:class ^(com\.github\.wwmm\.easyeffects)$ # Fix brave xray menus windowrule = xray 0, match:class ^(\s*), match:title ^(\s*)$ # Center floating XWayland windows |
