diff options
| -rw-r--r-- | hypr/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 3cf64ce..c76d8cc 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -227,7 +227,7 @@ windowrulev2 = nofocus, match:class REAPER, match:title ^$ windowrulev2 = workspace special:easyeffects silent, match:class ^(com\.github\.wwmm\.easyeffects)$ windowrulev2 = workspace special:sonobus silent, match:class ^(SonoBus)$ # Fix brave xray menus -windowrulev2 = xray 0, match:class ^(\s*), match:title ^(\s*)$ +windowrule = xray 0, match:class ^(\s*), match:title ^(\s*)$ # Center floating XWayland windows windowrule = center on, match:xwayland on, match:class negative:^(steam|REAPER)$ # Make Steam Big Picture Mode fullscreen |
