Change command for rofi calculator

This commit is contained in:
Tobias Eidelpes 2021-08-09 12:58:35 +02:00
parent 5b84371519
commit db73692371

View File

@ -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},