fixed scratchpad

This commit is contained in:
JuliusHerrmann 2021-01-29 01:04:54 +01:00
parent 5defa273f9
commit 364b8bf3dc
3 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont,
static const char *termcmd[] = { "alacritty", NULL }; static const char *termcmd[] = { "alacritty", NULL };
static const char *quitcmd[] = { "prompt {'Exit dwm?' 'killall dwm','Shutdown?' 'shutdown now'}", NULL }; static const char *quitcmd[] = { "prompt {'Exit dwm?' 'killall dwm','Shutdown?' 'shutdown now'}", NULL };
static const char scratchpadname[] = "scratchpad"; static const char scratchpadname[] = "scratchpad";
static const char *scratchpadcmd[] = { "alacritty", "-t", scratchpadname, "-d", "120", "34", NULL }; static const char *scratchpadcmd[] = { "alacritty", "-t", scratchpadname, "-o", "dimensions.columns=12", "-o", "dimensions.width=34", NULL };
#include "movestack.c" #include "movestack.c"

BIN
dwm

Binary file not shown.

BIN
dwm.o

Binary file not shown.