summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormoadAlami <moadalami40@gmail.com>2023-09-27 07:00:07 +0100
committermoadAlami <moadalami40@gmail.com>2023-09-27 07:00:07 +0100
commit8a942f660d2968785d48db66628ab44efdb1885d (patch)
treeec7e24f69f6c217efa177b2df402d06c3a1be9e9
parente38baf8c59558d5e5edc239fcfd23f92181d49a4 (diff)
start scratchpad with tmux renamed
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index ab854f7..2187ba7 100644
--- a/config.h
+++ b/config.h
@@ -85,7 +85,7 @@ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn()
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", "#000000", "-nf", "#268bd2", "-sb", "#268bd2", "-sf", "#000000", NULL };
static const char *termcmd[] = { "st", NULL };
static const char scratchpadname[] = "scratchpad";
-static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-g", "120x34", NULL };
+static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-g", "120x34", "tmux", "new", "-s", "scratch", NULL };
static const Key keys[] = {
/* modifier key function argument */