aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2020-09-29 14:24:22 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2020-09-29 14:24:22 +0100
commit84e9f9c1c790a489ffedff09360eb109c3b4ce6e (patch)
tree6dd865f6e2063fca95f7ae749fabb2161dfbf759
parent37c9aa2efec92dbf17fcbedd6e6a5de96c09eae0 (diff)
downloaddwm-84e9f9c1c790a489ffedff09360eb109c3b4ce6e.tar.gz
dwm-84e9f9c1c790a489ffedff09360eb109c3b4ce6e.tar.bz2
dwm-84e9f9c1c790a489ffedff09360eb109c3b4ce6e.zip
~scratchpadcmd Emacs -> st + tmux
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index cef9eab..f8fc995 100644
--- a/config.h
+++ b/config.h
@@ -77,7 +77,8 @@ static const Layout layouts[] = {
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
static const char scratchpadname[] = "scratchpad";
-static const char *scratchpadcmd[] = { "emacs", "-T", scratchpadname, NULL };
+static const char *scratchpadcmd[] = { "st", "-T", scratchpadname, "-e", "tmux",
+ NULL };
static char *statuscmds[] = { "notify-send Mouse$BUTTON" };
static char *statuscmd[] = { "/bin/sh", "-c", NULL, NULL };