mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-21 09:35:40 +02:00
picom: also make combo menu acts as menu
This commit is contained in:
parent
5018b3d1b0
commit
67d5f3fe66
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,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:window_type = 'combo'",
|
||||||
"95:window_type *= 'menu'",
|
"95:window_type *= 'menu'",
|
||||||
"85:!focused"
|
"85:!focused"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue