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:
William Carroll 2019-04-15 13:24:28 +01:00
parent 0faa588ae1
commit 4e39998671
2 changed files with 17 additions and 0 deletions

View 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;

View file

@ -23,6 +23,9 @@ clipmenud &
# Start the Emacs server
emacs --daemon
# start comption
compton &
# set kbds
xmodmap -e 'remove Lock = Caps_Lock'
xmodmap -e 'keysym Caps_Lock = Escape'