diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-27 10:25:58 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-27 10:25:58 +0900 |
| commit | a7ffcc6b7f49a087618671c7583dedcf1ea9a611 (patch) | |
| tree | 7154800e8c56ee1f74aa080cc485ce9d98a68f20 /config/hypr/UserConfigs/WindowRules.conf | |
| parent | fbbc858e3e71c4200aa4edc3e39d717757a3ff37 (diff) | |
updated windowrules (layerrules) for rofi and decorations
Diffstat (limited to 'config/hypr/UserConfigs/WindowRules.conf')
| -rw-r--r-- | config/hypr/UserConfigs/WindowRules.conf | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index 0d3a9af9..05d93c07 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -1,4 +1,5 @@ # /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# For window rules and layerrules # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more #windowrule = noblur,gamescope @@ -138,10 +139,12 @@ windowrulev2 = keepaspectratio, title:^(Picture-in-Picture)$ #windowrulev2 = opacity 0.8 0.8, pinned:1 -# LAYER RULES -layerrule = ignorezero, class:^([Rr]ofi)$ -layerrule = blur, class:^([Rr]ofi)$ +# LAYER RULES layerrule = blur, rofi +layerrule = ignorezero, rofi + +#layerrule = ignorezero, class:^([Rr]ofi)$ +#layerrule = blur, class:^([Rr]ofi)$ #layerrule = unset,class:^([Rr]ofi)$ #layerrule = ignorezero, <rofi> |
