xinitrc auto select WM

pull/40/head
TomasM 2017-10-19 10:01:15 -04:00
parent 1492df7e90
commit afa0e36de8
1 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
xrdb -merge ~/.Xresources
startfluxbox
if [ -e /usr/bin/startfluxbox ]; then
/usr/bin/startfluxbox
else
if [ -e /usr/bin/blackbox ]; then
/usr/bin/blackbox
else
xterm
fi
fi