aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 2f02852..c90c5c2 100644
--- a/config.h
+++ b/config.h
@@ -94,7 +94,7 @@ static const Layout layouts[] = {
/* commands */
static const char scratchpadname[] = "scratchpad";
-static const char *scratchpadcmd[] = { "emacs", "-T", scratchpadname, "-g", "250x65+0+0", "--eval", "(+scratchpad-setup)", NULL };
+static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-e", "tmux", NULL };
static char *statuscmds[] = { "notify-send Mouse$BUTTON" };