aboutsummaryrefslogtreecommitdiffstats
path: root/.xprofile
diff options
context:
space:
mode:
Diffstat (limited to '.xprofile')
-rw-r--r--.xprofile5
1 files changed, 5 insertions, 0 deletions
diff --git a/.xprofile b/.xprofile
index 27cba66..c9e4a7b 100644
--- a/.xprofile
+++ b/.xprofile
@@ -23,6 +23,11 @@ if [ -x "$HOME/bin/setup_screens" ]; then
$HOME/bin/setup_screens &
fi
+# start xscreensaver daemon, if available
+if [ -x /usr/bin/xscreensaver ]; then
+ /usr/bin/xscreensaver -no-splash &
+fi
+
# start a termite terminal
if [ -x /usr/bin/termite ]; then
termite &