aboutsummaryrefslogtreecommitdiff
path: root/picom/picom.conf
blob: 608a209059403b6b1d64b0a53d01b7fb7ae14ebf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
backend = "glx";
fade-delta = 15
fade-in-step = 0.01;
fade-out-step = 0.01;
fading = true;
frame-opacity = 0.95;
glx-no-rebind-pixmap = true
inactive-dim = 0.1
inactive-opacity = 0.95;
no-fading-openclose = true
shadow = true;
use-damage = true;
vsync = true;