diff options
author | William Carroll <wpcarro@gmail.com> | 2020-02-17T21·18+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-02-17T21·18+0000 |
commit | e61965cafd25ecc8b905feabd169204e3fb28e84 (patch) | |
tree | 58697eb6e5a81cdc1eff21f107e3a25a247b9519 /configs/shared/.xsessionrc.shared | |
parent | 62ea675d7a3798aa1ded2b196aa5de231a125e31 (diff) |
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.
Diffstat (limited to 'configs/shared/.xsessionrc.shared')
-rw-r--r-- | configs/shared/.xsessionrc.shared | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configs/shared/.xsessionrc.shared b/configs/shared/.xsessionrc.shared index 6f933be5a65a..2c266af491fc 100644 --- a/configs/shared/.xsessionrc.shared +++ b/configs/shared/.xsessionrc.shared @@ -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 & |