dotfiles/compton.conf

25 lines
495 B
Text

vsync = "opengl"
unredir-if-possible = true
frame-opacity = 1
opacity-rule = [
"85:window_type *= 'menu'",
"85:window_type *= 'dock'",
"85:window_type *= 'tooltip'",
"85:window_type *= 'notif'",
"85:name = 'acme'",
"85:class_i *= 'rxvt'",
"85:id = 0x803752",
"85:id = 0x800258",
"85:id = 0x800254",
"85:id = 0x803756",
"85:id = 0x120025a"
];
shadow-exclude = [
"name = 'Notification'",
"name = 'dzen title'",
"window_type *= 'dock'",
"id = 0x120025a"
];