From 5ac0d1fbba9d4c79d605da47a2050de9d62739e5 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 8 May 2016 16:26:47 +0200 Subject: .xprofile: Replacing the lid-switch-action script with setup_screens (autorandr based) script. --- .xprofile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.xprofile') diff --git a/.xprofile b/.xprofile index 2c5e0e7..27cba66 100644 --- a/.xprofile +++ b/.xprofile @@ -18,10 +18,12 @@ if [ -x /usr/bin/lxpolkit ]; then /usr/bin/lxpolkit & fi -if [ -x "$HOME/bin/lid-switch-action" ] && [ "$HOSTNAME" = dvzrv ]; then - $HOME/bin/lid-switch-action login & +# setup screens on login using autorandr +if [ -x "$HOME/bin/setup_screens" ]; then + $HOME/bin/setup_screens & fi +# start a termite terminal if [ -x /usr/bin/termite ]; then termite & fi -- cgit v1.2.3-54-g00ecf