mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-12 19:24:20 +02:00
picom: just disable bluring for Firefox menus...
This commit is contained in:
parent
d36a098edc
commit
fb57fb4365
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ blur-method = "dual_kawase";
|
|||
blur-strength = 3;
|
||||
blur-background-exclude = [
|
||||
"class_i = 'xss-dimmer'",
|
||||
"class_g = 'Firefox' && argb && window_type *= 'menu'",
|
||||
"window_type != 'dock' &&
|
||||
window_type != 'tooltip' &&
|
||||
window_type !*= 'menu' &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue