summaryrefslogtreecommitdiff
path: root/startxw
blob: 7d8bc8db5bb31ccb4a4d263e9f5accb43b738614 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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