mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 18:58:33 +02:00
picom: update a bit the configuration
This commit is contained in:
parent
a4ee2b92bb
commit
84db9ccb13
1 changed files with 9 additions and 4 deletions
|
@ -2,17 +2,22 @@ backend = "glx";
|
||||||
xrender-sync-fence = true;
|
xrender-sync-fence = true;
|
||||||
vsync = true;
|
vsync = true;
|
||||||
|
|
||||||
# Opacity
|
# Detect focus
|
||||||
inactive-opacity = 0.85;
|
|
||||||
inactive-opacity-override = true;
|
|
||||||
mark-ovredir-focused = true;
|
mark-ovredir-focused = true;
|
||||||
focus-exclude = [
|
focus-exclude = [
|
||||||
"fullscreen"
|
"fullscreen"
|
||||||
];
|
];
|
||||||
fading = true;
|
use-ewmh-active-win = true;
|
||||||
|
|
||||||
|
# Opacity rules
|
||||||
|
inactive-opacity = 0.85;
|
||||||
|
inactive-opacity-override = true;
|
||||||
wintypes:
|
wintypes:
|
||||||
{
|
{
|
||||||
popup_menu = { opacity = 1; }
|
popup_menu = { opacity = 1; }
|
||||||
dropdown_menu = { opacity = 1; }
|
dropdown_menu = { opacity = 1; }
|
||||||
menu = { opacity = 1; }
|
menu = { opacity = 1; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Enable fading
|
||||||
|
fading = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue