From 434b06d07b7b5273f2941d33cc6038093542e877 Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 26 Jan 2017 20:44:56 +0100 Subject: .xprofile: Autorandr is now started by a systemd service. --- .xprofile | 5 ----- 1 file changed, 5 deletions(-) (limited to '.xprofile') diff --git a/.xprofile b/.xprofile index db17a05..be37476 100644 --- a/.xprofile +++ b/.xprofile @@ -18,11 +18,6 @@ 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