xinitrc: load default screenlayout on startup
This commit is contained in:
parent
d4e1d705cb
commit
a468f34c8b
1 changed files with 3 additions and 0 deletions
|
@ -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}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue