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 --- sigdwmb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sigdwmb') diff --git a/sigdwmb b/sigdwmb index b5942b0..b21a991 100755 --- a/sigdwmb +++ b/sigdwmb @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh BLOCKS=`grep '^\s*{"' ~/.local/src/dwmblocks/config.h | cut -d'"' -f4 | uniq` for i in $@; do if `echo "$BLOCKS" | grep "$i" >/dev/null`; then -- cgit v1.2.3