Files
dotfiles/compton.conf
2019-11-17 15:35:13 +01:00

13 lines
236 B
Plaintext

# basic configuration
backend = "glx";
vsync = true;
#glx-copy-from-front = true;
glx-swap-method = 2;
xrender-sync-fence = true;
# transparancy settings for i3
opacity-rule = [
"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
];