mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 19:58:35 +02:00
picom: make tooltips opaque
This commit is contained in:
parent
6b44c8a0f9
commit
0e1366a77a
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ opacity-rule = [
|
||||||
"100:window_type = 'menu'",
|
"100:window_type = 'menu'",
|
||||||
"100:window_type = 'utility'",
|
"100:window_type = 'utility'",
|
||||||
"100:window_type = 'dock'",
|
"100:window_type = 'dock'",
|
||||||
|
"100:window_type = 'tooltip'",
|
||||||
"85:!focused"
|
"85:!focused"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue