aboutsummaryrefslogtreecommitdiff
path: root/x/xsession.sh
diff options
context:
space:
mode:
Diffstat (limited to 'x/xsession.sh')
-rw-r--r--x/xsession.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/x/xsession.sh b/x/xsession.sh
index 8f8ca25f..0fa4ad59 100644
--- a/x/xsession.sh
+++ b/x/xsession.sh
@@ -30,12 +30,14 @@ xset \
mouse 5/2 0 \
s off
-# Start a couple of daemons if we can; it's OK if they don't exist, but log
-# the failed attempt to start them to the errors file.
+# Start a few daemons if we can; it's OK if they don't exist, but log the
+# failed attempt to start them to the errors file.
## compton: Display compositor
compton -b &
## dunst: Message display (libnotify)
dunst &
+## unclutter: Hide mouse after inactivity (but not on root window)
+unclutter -idle 5 &
# Load all supplementary scripts in ~/.xsession.d
for sh in "$HOME"/.xsession.d/*.sh ; do