Drop support for compton

I'm finding myself running `pkill compton` offer. In the spirit of slimming down
my configuration, I'm dropping support for compton.
This commit is contained in:
William Carroll 2020-02-17 21:18:03 +00:00
parent 62ea675d7a
commit e61965cafd
4 changed files with 1 additions and 46 deletions

View file

@ -11,10 +11,6 @@ xsetroot -solid "#333333"
# Set fallback cursor.
xsetroot -cursor_name left_ptr
# start compton for shadows, transparency, fading, etc.
# TODO: Consider starting this with `systemctl --user enable compton.service`
compton &
# `unclutter` hide the cursor in when it is inactive
unclutter &