Update
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user