mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 11:48:33 +02:00
picom: reduce transparency of all menus to improve readibility
This commit is contained in:
parent
ac47c8be9c
commit
35c275e466
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ opacity-rule = [
|
||||||
"100:class_g = 'Xss-dimmer'",
|
"100:class_g = 'Xss-dimmer'",
|
||||||
"100:window_type = 'dock'",
|
"100:window_type = 'dock'",
|
||||||
"100:window_type = 'utility'",
|
"100:window_type = 'utility'",
|
||||||
"95:class_g = 'Firefox' && argb && window_type *= 'menu'",
|
"95:window_type *= 'menu'",
|
||||||
"85:!focused"
|
"85:!focused"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue