From db736923711b6188b789cd13830e8e437df34009 Mon Sep 17 00:00:00 2001 From: Tobias Eidelpes Date: Mon, 9 Aug 2021 12:58:35 +0200 Subject: [PATCH] Change command for rofi calculator --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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},