This repository has been archived on 2024-09-01. You can view files and clone it, but cannot push or open issues or pull requests.
al-skel/home/.config/compton.conf

83 lines
1.5 KiB
Plaintext
Raw Normal View History

2017-10-16 14:38:02 -05:00
# Shadow
shadow = true;
no-dnd-shadow = true;
no-dock-shadow = true;
clear-shadow = true;
shadow-radius = 7;
shadow-offset-x = -7;
shadow-offset-y = -7;
shadow-opacity = 0.60;
shadow-ignore-shaped = true;
# Opacity
menu-opacity = 1.0;
inactive-opacity = 1.0;
inactive-opacity-override = false;
alpha-step = 0.06;
2017-10-23 18:35:35 -05:00
# Fade
fading = true;
fade-delta = 8;
2017-10-16 14:38:02 -05:00
fade-in-step = 0.03;
fade-out-step = 0.028;
2017-10-23 18:35:35 -05:00
# Backend
2017-10-16 14:38:02 -05:00
backend = "xrender";
mark-wmwin-focused = true;
2017-10-23 18:35:35 -05:00
mark-ovredir-focused = true;
2017-10-16 14:38:02 -05:00
detect-rounded-corners = true;
detect-client-opacity = true;
refresh-rate = 0;
2017-10-23 18:35:35 -05:00
vsync = "opengl";
paint-on-overlay = true;
2017-10-16 14:38:02 -05:00
unredir-if-possible = true;
2017-10-23 18:35:35 -05:00
detect-transient = true;
detect-client-leader = true;
# GLX backend
#glx-no-stencil = true;
#glx-copy-from-front = false;
#glx-use-copysubbuffermesa = true;
#glx-no-rebind-pixmap = true;
#glx-swap-method = "undefined";
#glx-use-gpushader4 = true;
#xrender-sync = true;
#xrender-sync-fence = true;
opacity-rule = [
"80:class_g = 'XTerm'",
"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
];
shadow-exclude = [
"name = 'Notification'",
"class_g = 'VirtualBox'",
"class_g = 'Conky'",
"class_g ?= 'Notify-osd'",
"class_g = 'i3-frame'",
"class_g ?= 'cairo-dock'",
"class_g = 'Cairo-clock'",
"class_g ?= 'Cairo-dock'",
"class_g ?= 'plank'",
"class_g ?= 'Docky'",
"_GTK_FRAME_EXTENTS@:c"
];
2017-10-16 14:38:02 -05:00
focus-exclude = [
"class_g = 'Cairo-clock'",
"class_g *?= 'Virtualbox'",
"name *?= 'Authy'"
];
2017-10-23 18:35:35 -05:00
invert-color-include = [
];
fade-exclude = [
];
2017-10-16 14:38:02 -05:00
# Window type settings
wintypes:
{
tooltip = { fade = true; shadow = true; focus = true; };
};