xinitrc: load default screenlayout on startup

This commit is contained in:
Marcel Kapfer 2017-08-10 09:32:59 +02:00
parent d4e1d705cb
commit a468f34c8b

View file

@ -40,6 +40,9 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
unset f unset f
fi fi
# run xrandr
bash /home/marcel/.screenlayout/default.sh
# Here StumpWM is kept as default # Here StumpWM is kept as default
session=${1:-stumpwm} session=${1:-stumpwm}