init
This commit is contained in:
23
config/picom/picom.conf
Normal file
23
config/picom/picom.conf
Normal file
@@ -0,0 +1,23 @@
|
||||
# Available backends "xrender" "glx" "egl" "xr_glx_hybrid"
|
||||
backend = "glx";
|
||||
|
||||
dithered-present = false;
|
||||
vsync = false;
|
||||
mark-wmwin-focused = true;
|
||||
mark-ovredir-focused = true;
|
||||
|
||||
detect-rounded-corners = true;
|
||||
detect-client-opacity = true;
|
||||
detect-transient = true;
|
||||
glx-no-stencil = true;
|
||||
use-damage = true;
|
||||
|
||||
log-level = "warn";
|
||||
|
||||
wintypes:
|
||||
{
|
||||
normal = { fade = false; shadow = false; }
|
||||
tooltip = { fade = false; shadow = false; focus = true; full-shadow = false; }
|
||||
dock = { shadow = false; clip-shadow-above = false; }
|
||||
dnd = { shadow = false; }
|
||||
};
|
Reference in New Issue
Block a user