diff options
| author | stkhan <personal@slickd.xyz> | 2023-03-11 16:39:07 -0600 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2023-03-11 16:39:07 -0600 |
| commit | 2083a177d2e3b069b0343bcbc3027fd4c5cf7dba (patch) | |
| tree | 25dc50a4d0e997c372df7e0eb529e69be1011872 /wm/dwm-6.3/cmd.h | |
| parent | e73a4b48c2d9bfe6faf6bca3772f948b1c8b4a24 (diff) | |
update to dwm 6.4
Diffstat (limited to 'wm/dwm-6.3/cmd.h')
| -rw-r--r-- | wm/dwm-6.3/cmd.h | 4 |
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 } } |