mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-13 11:44:21 +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-strength = 3;
|
||||||
blur-background-exclude = [
|
blur-background-exclude = [
|
||||||
"class_i = 'xss-dimmer'",
|
"class_i = 'xss-dimmer'",
|
||||||
|
"class_g = 'Firefox' && argb && window_type *= 'menu'",
|
||||||
"window_type != 'dock' &&
|
"window_type != 'dock' &&
|
||||||
window_type != 'tooltip' &&
|
window_type != 'tooltip' &&
|
||||||
window_type !*= 'menu' &&
|
window_type !*= 'menu' &&
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue