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
1 changed files with 3 additions and 0 deletions

View File

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