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