-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.compton.conf
More file actions
executable file
·31 lines (28 loc) · 822 Bytes
/
Copy path.compton.conf
File metadata and controls
executable file
·31 lines (28 loc) · 822 Bytes
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
# Shadow
shadow = true;
no-dnd-shadow = true;
no-dock-shadow = true;
clear-shadow = false;
shadow-exclude = [ "name = 'Notification'", "class_g = 'Conky'", "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'","class_g = 'i3-frame'","class_g = 'kitty'" ];
shadow-radius = 8;
shadow-offset-x = -8;
shadow-offset-y = -8;
shadow-opacity = 0.3;
# Opacity
blur-background = false;
blur-kern = "7,7,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1"
# Fading
fading = true;
fade-delta = 3;
no-fading-openclose = false;
# Other
backend = "xrender"
detect-rounded-corners = false;
focus-exclude = [
"name = 'rofi'",
"_NET_WM_WINDOW_TYPE@:a *= 'MENU'",
"window_type = 'menu'",
"window_type = 'utility'",
"window_type = 'dropdown_menu'",
"window_type = 'popup_menu'"
];