Files
dotfiles/i3/.config/compton/compton.conf

71 lines
1.4 KiB
Plaintext
Raw Normal View History

2019-12-05 21:12:14 -05:00
##### compton.conf / RESLOVED #####################
2019-12-11 00:42:13 -05:00
backend = "glx";
glx-no-stencil = true;
glx-copy-from-front = false;
glx-swap-method = "undefined";
##### OPACITY ######################################
menu-opacity = 1;
inactive-opacity = 1;
active-opacity = 1;
frame-opacity = 1;
inactive-opacity-override = false;
alpha-step = 0.06;
2019-12-05 21:12:14 -05:00
##### SHADOW ######################################
2019-05-30 21:50:15 -04:00
shadow = true;
2019-12-05 21:12:14 -05:00
# Soft
shadow-radius = 32;
shadow-offset-x = -32;
shadow-offset-y = -32;
shadow-opacity = 0.2;
# Sharp
#shadow-radius = 0;
#hadow-offset-x = 16;
#shadow-offset-y = 16;
#shadow-opacity = 0.2;
2019-05-22 00:15:42 -04:00
# shadow-red = 0.0;
# shadow-green = 0.0;
# shadow-blue = 0.0;
shadow-exclude = [
2019-12-05 21:12:14 -05:00
"class_g = 'Firefox' && argb",
"class_g = 'i3-frame'",
"class_g = 'xtext'"
2019-05-22 00:15:42 -04:00
];
2019-12-05 21:12:14 -05:00
corner-radius = 7
2019-06-16 22:41:21 -04:00
2019-12-11 00:42:13 -05:00
blur-background = true;
blur-background-frame = true;
2019-12-05 21:12:14 -05:00
blur-kern = "3x3box";
opacity-rule = [
"0:class_g = 'blank'",
"0:class_g = 'slop'"
];
##### FADE ########################################
2019-05-22 00:15:42 -04:00
2019-12-11 00:42:13 -05:00
fading = true;
2019-12-05 21:12:14 -05:00
#fade-delta = 5;
2019-12-11 00:42:13 -05:00
fade-in-step = 0.2;
fade-out-step = 0.1;
2019-12-05 21:12:14 -05:00
#no-fading-openclose = true;
no-fading-destroyed-argb = true;
2019-05-22 00:15:42 -04:00
2019-12-05 21:12:14 -05:00
##### OTHER #######################################
2019-05-22 00:15:42 -04:00
2019-12-05 21:12:14 -05:00
focus-exclude = [
"class_g = 'Cairo-clock'",
"class_g = 'slop'"
];
2019-05-22 00:15:42 -04:00
2019-12-05 21:12:14 -05:00
# WINDOW TYPE SETTINGS
2019-05-22 00:15:42 -04:00
wintypes:
{
2019-12-11 00:42:13 -05:00
tooltip = { fade = true; shadow = false; opacity = 0.90; focus = true; };
};