about summary refs log tree commit diff
path: root/configs/shared/.xsessionrc.shared
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-02-17T21·18+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-02-17T21·18+0000
commite61965cafd25ecc8b905feabd169204e3fb28e84 (patch)
tree58697eb6e5a81cdc1eff21f107e3a25a247b9519 /configs/shared/.xsessionrc.shared
parent62ea675d7a3798aa1ded2b196aa5de231a125e31 (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.shared4
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 &