From 309f88b7875c27e063062fdebe71058765b199ee Mon Sep 17 00:00:00 2001 From: ZachIR Date: Sun, 27 Jul 2025 06:31:02 -0500 Subject: Fix brave menu xray on hyprland --- hypr/hyprland.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index ba1f623..059ba5a 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -206,6 +206,8 @@ plugin { # windowrule = float, class:^(kitty)$, title:^(kitty)$ # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more windowrulev2 = workspace special:easyeffects silent, class: ^(com\.github\.wwmm\.easyeffects)$ +# Fix brave xray menus +windowrulev2 = xray 0, class: ^(\s*), title: ^(\s*)$ #}}} #{{{ Mods -- cgit v1.2.3