blob: 499ab213b13858203855455e9c1239d342a4e82e (
plain)
1
2
3
4
5
6
7
8
9
10
|
# basic configuration
backend = "glx";
paint-on-overlay = true;
glx-no-stencil = true;
vsync = "opengl-swc";
unredir-if-possible = false;
# Inactive windows diming
inactive-dim = 0.04;
inactive-dim-fixed = true;
|