From 2083a177d2e3b069b0343bcbc3027fd4c5cf7dba Mon Sep 17 00:00:00 2001 From: stkhan Date: Sat, 11 Mar 2023 16:39:07 -0600 Subject: update to dwm 6.4 --- wm/dwm-6.3/cmd.h | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 wm/dwm-6.3/cmd.h (limited to 'wm/dwm-6.3/cmd.h') diff --git a/wm/dwm-6.3/cmd.h b/wm/dwm-6.3/cmd.h deleted file mode 100644 index e734f59..0000000 --- a/wm/dwm-6.3/cmd.h +++ /dev/null @@ -1,4 +0,0 @@ -/* regular shell command spawner using /bin/sh */ -#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } } -/* some things need bash */ -#define BASHCMD(cmd) { .v = (const char*[]){ "/bin/bash", "-c", cmd, NULL } } -- cgit v1.2.3