added picom conf
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
# Basic settings
|
||||||
|
backend = "glx";
|
||||||
|
vsync = true;
|
||||||
|
|
||||||
|
# Opacity settings
|
||||||
|
inactive-opacity = 1.0;
|
||||||
|
active-opacity = 1.0;
|
||||||
|
frame-opacity = 1.0;
|
||||||
|
|
||||||
|
# Shadow settings
|
||||||
|
shadow = false;
|
||||||
|
|
||||||
|
# Fading settings
|
||||||
|
fade = false;
|
||||||
|
|
||||||
|
# Logging
|
||||||
|
log-level = "warn";
|
||||||
Reference in New Issue
Block a user