This commit is contained in:
natemaia
2018-08-29 18:59:42 -07:00
parent 166933a898
commit 9bd70c302c
2 changed files with 7 additions and 15 deletions

View File

@ -2,9 +2,6 @@
# this file is executed when calling startx
# session to run
session="openbox-session"
# default arch xinit scripts
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*.sh; do
@ -21,4 +18,4 @@ fi
# don't put commands below the exec line
# launch the session
exec $session
exec openbox-session