From b37d79f1a7dceff4b1eb4666d6f8f151206e9a99 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Sun, 5 May 2019 21:39:20 -0400 Subject: minor update --- dwm/dwm/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dwm') diff --git a/dwm/dwm/config.def.h b/dwm/dwm/config.def.h index 3dd4584..58c9148 100644 --- a/dwm/dwm/config.def.h +++ b/dwm/dwm/config.def.h @@ -83,7 +83,7 @@ static const char *single_screen[] = { "screen.sh", "l", NULL }; static const char *shutdown[] = { "shutdown", "now", NULL }; static const char *suspend[] = { "lock.sh", "&&", "systemctl", "suspend", NULL }; static const char scratchpadname[] = "scratchpad"; -static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-g", "120x34", NULL }; +static const char *scratchpadcmd[] = { "st", "-c", scratchpadname, "-g", "120x34", NULL }; static const char *termcmd[] = { "st", NULL }; static const char *togglemute[] = { "pamixer", "--allow-boost", "-t", NULL }; static const char *visualizer[] = { "st", "-e", "ncmpcpp", "-s", "visualizer", NULL }; -- cgit v1.2.3