aboutsummaryrefslogtreecommitdiff
path: root/x/xsession.sh
diff options
context:
space:
mode:
Diffstat (limited to 'x/xsession.sh')
-rw-r--r--x/xsession.sh18
1 files changed, 8 insertions, 10 deletions
diff --git a/x/xsession.sh b/x/xsession.sh
index e0552315..3e2e468d 100644
--- a/x/xsession.sh
+++ b/x/xsession.sh
@@ -46,16 +46,14 @@ xset \
# log the failed attempt to start them to the errors file, as a hint that
# I might want to install them.
#
-(
- # Display compositor
- compton
- # Message display (libnotify)
- dunst
- # PulseAudio system tray tool
- pasystray
- # Hide mouse after inactivity
- unclutter
-) &
+## Display compositor
+compton &
+## Message display (libnotify)
+dunst &
+## PulseAudio system tray tool
+pasystray &
+## Hide mouse after inactivity
+unclutter &
# Load all supplementary scripts in ~/.xsession.d
for sh in "$HOME"/.xsession.d/*.sh ; do