diff --git a/config.h b/config.h index ba1fc33..f823c8c 100644 --- a/config.h +++ b/config.h @@ -30,7 +30,7 @@ typedef struct { const void *cmd; } Sp; const char *spcmd1[] = {"alacritty", "-t", "spterm", NULL }; -const char *spcmd2[] = {"rofi", "-show", "calc", NULL }; +const char *spcmd2[] = {"rofi", "-show", "calc", "-modi", "calc", "-no-show-match", "-no-sort", NULL }; static Sp scratchpads[] = { /* name, cmd */ {"spterm", spcmd1},