mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 10:18:34 +02:00
picom: update firefox rule for not using blur background on menus
This commit is contained in:
parent
1961564b0d
commit
c56649ca95
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ blur-method = "dual_kawase";
|
|||
blur-strength = 3;
|
||||
blur-background-exclude = [
|
||||
"class_i = 'xss-dimmer'",
|
||||
"class_g = 'Firefox' && argb && window_type *= 'menu'",
|
||||
"class_g ~= '[fF]irefox' && argb && window_type *= 'menu'",
|
||||
"window_type != 'dock' &&
|
||||
window_type != 'tooltip' &&
|
||||
window_type !*= 'menu' &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue