summaryrefslogtreecommitdiff
path: root/wm/dwm-6.3/cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'wm/dwm-6.3/cmd.h')
-rw-r--r--wm/dwm-6.3/cmd.h4
1 files changed, 0 insertions, 4 deletions
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 } }