-
Notifications
You must be signed in to change notification settings - Fork 1
/
compton.conf
50 lines (44 loc) · 1.27 KB
/
compton.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# # _________ __ ______ __________ __ __
# # / ___/ __ \/ |/ / _ \/_ __/ __ \/ |/ /
# # / /__/ /_/ / /|_/ / ___/ / / / /_/ / /
# # \___/\____/_/ /_/_/ /_/ \____/_/|_/
# #
# Rounded corners
corner-radius: 14;
# Shadows
shadow : true;
xinerama-shadow-crop : true;
shadow-radius : 40;
shadow-offset-x : -20;
shadow-offset-y : -20;
shadow-opacity : 0.35;
# shadow-exclude : [
# class_g ?= 'Polybar',
# ];
# Fading
fading : false;
fade-delta : 6;
fade-in-step : 0.05;
fade-out-step : 0.05;
# Other
backend : "xrender";
vsync : false;
use-damage : "false";
glx-copy-from-front : false;
glx-no-rebind-pixmap : true;
glx-no-stencil : true;
unredir-if-possible : false;
xrender-sync : false;
xrender-sync-fence : false;
mark-wmwin-focused : true;
mark-ovredir-focused : false;
detect-rounded-corners : true;
detect-client-opacity : true;
refresh-rate : 60;
inactive-opacity : 0.95;
wintypes:
{
dropdown_menu = { shadow = true; full-shadow = true;};
popup_menu = { shadow = true; full-shadow = true;};
menu = { shadow = true; full-shadow = true;};
};