From 343bbeb31b44c64fc55b6b373b851658541aea15 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 27 Jan 2017 19:28:37 +0100 Subject: Revert ".xprofile: Autorandr is now started by a systemd service." This reverts commit 434b06d07b7b5273f2941d33cc6038093542e877. --- .xprofile | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.xprofile') 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 & -- cgit v1.2.3-54-g00ecf