diff --git a/dwm/.dwm/autostart.sh b/dwm/.dwm/autostart.sh index 4c9f6df..855f035 100755 --- a/dwm/.dwm/autostart.sh +++ b/dwm/.dwm/autostart.sh @@ -14,4 +14,11 @@ slstatus & exec st -c tmux -e tmux & exec spotify & -exec firefox & + +if [ -e /usr/bin/firefox ] +then + exec firefox & +elif [ -e /usr/bin/iceweasel ] +then + exec iceweasel & +fi