aboutsummaryrefslogtreecommitdiffstats
path: root/.xprofile
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2017-01-27 19:28:37 +0100
committerDavid Runge <dave@sleepmap.de>2017-01-27 19:28:37 +0100
commit343bbeb31b44c64fc55b6b373b851658541aea15 (patch)
treecd7b4e50cf46ce5847cddb8389aae3493c296520 /.xprofile
parent434b06d07b7b5273f2941d33cc6038093542e877 (diff)
downloaddotfiles-343bbeb31b44c64fc55b6b373b851658541aea15.tar.gz
dotfiles-343bbeb31b44c64fc55b6b373b851658541aea15.tar.bz2
dotfiles-343bbeb31b44c64fc55b6b373b851658541aea15.tar.xz
dotfiles-343bbeb31b44c64fc55b6b373b851658541aea15.zip
Revert ".xprofile: Autorandr is now started by a systemd service."
This reverts commit 434b06d07b7b5273f2941d33cc6038093542e877.
Diffstat (limited to '.xprofile')
-rw-r--r--.xprofile5
1 files changed, 5 insertions, 0 deletions
diff --git a/.xprofile b/.xprofile
index be37476..db17a05 100644
--- a/.xprofile
+++ b/.xprofile
@@ -18,6 +18,11 @@ if [ -x /usr/bin/lxpolkit ]; then
/usr/bin/lxpolkit &
fi
+# setup screens on login using autorandr
+if [ -x "$HOME/bin/setup_screens" ]; then
+ $HOME/bin/setup_screens &
+fi
+
# start light-locker daemon, if available
if [ -x /usr/bin/light-locker ]; then
/usr/bin/light-locker --lock-after-screensaver=1 --lock-on-suspend &