Support compton
Compton helps composite windows in X. This supports shadows, transparency, and some other effects of which I'm unaware at the moment.
This commit is contained in:
parent
0faa588ae1
commit
4e39998671
2 changed files with 17 additions and 0 deletions
14
configs/shared/misc/.config/compton.conf
Normal file
14
configs/shared/misc/.config/compton.conf
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# shadow
|
||||||
|
shadow = true;
|
||||||
|
shadow-radius = 7;
|
||||||
|
shadow-offset-x = -7;
|
||||||
|
shadow-offset-y = -7;
|
||||||
|
|
||||||
|
# opacity
|
||||||
|
menu-opacity = 0.8;
|
||||||
|
inactive-opacity = 0.8;
|
||||||
|
|
||||||
|
# transitions
|
||||||
|
fading = true;
|
||||||
|
fade-in-step = 0.03;
|
||||||
|
fade-out-step = 0.03;
|
|
@ -23,6 +23,9 @@ clipmenud &
|
||||||
# Start the Emacs server
|
# Start the Emacs server
|
||||||
emacs --daemon
|
emacs --daemon
|
||||||
|
|
||||||
|
# start comption
|
||||||
|
compton &
|
||||||
|
|
||||||
# set kbds
|
# set kbds
|
||||||
xmodmap -e 'remove Lock = Caps_Lock'
|
xmodmap -e 'remove Lock = Caps_Lock'
|
||||||
xmodmap -e 'keysym Caps_Lock = Escape'
|
xmodmap -e 'keysym Caps_Lock = Escape'
|
||||||
|
|
Loading…
Reference in a new issue