#!/sbin/sh if [ `crcparse wayland` = "y" ]; then case `crcparse WC` in `which dwl`) exec `which dwl` > ~/.cache/dwltags ;; "*") exec `crcparse WC` ;; esac else startx fi