diff options
-rw-r--r-- | .xprofile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |