add picom.conf
This commit is contained in:
parent
02cb1ab465
commit
4d8d117386
1 changed files with 44 additions and 0 deletions
44
configs/picom.conf
Normal file
44
configs/picom.conf
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
vsync = true;
|
||||||
|
unredir-if-possible = true;
|
||||||
|
|
||||||
|
backend = "glx";
|
||||||
|
glx-no-stencil = true;
|
||||||
|
glx-no-rebind-pixmap = false;
|
||||||
|
|
||||||
|
fading = true;
|
||||||
|
fade-delta = 5;
|
||||||
|
fade-exclude = [ ];
|
||||||
|
|
||||||
|
mark-wmwin-focused = true;
|
||||||
|
mark-ovredir-focused = true;
|
||||||
|
use-ewmh-active-win = false;
|
||||||
|
detect-transient = true;
|
||||||
|
detect-client-leader = true;
|
||||||
|
|
||||||
|
wintypes :
|
||||||
|
{
|
||||||
|
tooltip :
|
||||||
|
{
|
||||||
|
fade = true;
|
||||||
|
shadow = true;
|
||||||
|
opacity = 0.75;
|
||||||
|
focus = true;
|
||||||
|
full-shadow = false;
|
||||||
|
};
|
||||||
|
dock :
|
||||||
|
{
|
||||||
|
shadow = false;
|
||||||
|
};
|
||||||
|
dnd :
|
||||||
|
{
|
||||||
|
shadow = false;
|
||||||
|
};
|
||||||
|
popup_menu :
|
||||||
|
{
|
||||||
|
opacity = 1.0;
|
||||||
|
};
|
||||||
|
dropdown_menu :
|
||||||
|
{
|
||||||
|
opacity = 1.0;
|
||||||
|
};
|
||||||
|
};
|
Loading…
Add table
Reference in a new issue