From 9d76b5b44a8eff29c036e65f4f28a82fe3835ad7 Mon Sep 17 00:00:00 2001 From: zachir Date: Sun, 22 Jan 2023 13:16:21 -0600 Subject: move scripts to /bin/sh (not /sbin/sh) and add some wayland helpers --- startxw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'startxw') diff --git a/startxw b/startxw index 1782c1d..9b947f0 100755 --- a/startxw +++ b/startxw @@ -1,11 +1,11 @@ -#!/sbin/sh +#!/bin/sh if [ `crcparse wayland` = "y" ]; then case `crcparse WC` in `which dwl`) exec `which dwl` > ~/.cache/dwltags ;; - "*") + *) exec `crcparse WC` ;; esac else -- cgit v1.2.3