git://git.iain.cx/iain
/
profile.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Show number of background jobs in the prompt.
[profile.git]
/
.config
/
compton.conf
1
# -c
2
shadow = true;
3
# -C
4
no-dock-shadow = true;
5
# -G
6
no-dnd-shadow = true;
7
8
shadow-red = 0.2;
9
shadow-green = 0.2;
10
shadow-blue = 0.25;
11
#shadow-red = 0.33;
12
#shadow-green = 0.33;
13
#shadow-blue = 0.46;
14
15
# -e 0.75
16
frame-opacity = 0.75;
17
18
# -f -F
19
fading = true;
20
# -D 5
21
fade-in-step = 5;
22
fade-out-step = 5;
23
24
paint-on-overlay = true;
25
unredir-if-possible = true;