Change command for rofi calculator
This commit is contained in:
parent
5b84371519
commit
db73692371
2
config.h
2
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},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user