blob: 0db9300834aeb9216fd2e2d0b506fe05211dd405 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Backend
backend = "glx";
vsync = true;
glx-no-stencil = true;
glx-no-rebind-pixmap = true;
# Fix flickering
unredir-if-possible = false;
# Fix windows becoming invisible
inactive-opacity-override = true;
|