blob: 617ed93a6f42da82baad69f3d01c0d862d1deb70 (
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.06;
inactive-dim-fixed = true;
|