From 438dec38a39b7f46fc1efeaff7a279a56bbcd864 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 3 Dec 2024 04:33:12 +0000 Subject: Remove spawning shell command --- config.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/config.h b/config.h index 8261bda..c2a4ba5 100644 --- a/config.h +++ b/config.h @@ -87,9 +87,6 @@ static const Layout layouts[] = { { MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \ { MODKEY|ControlMask|ShiftMask, KEY, toggletag, {.ui = 1 << TAG} }, -/* helper for spawning shell commands in the pre dwm-5.0 fashion */ -#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } } - /* commands */ static const char scratchpadname[] = "scratchpad"; static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-e", "tmux", NULL }; -- cgit v1.2.3-13-gbd6f