From da3b3a372ca58226090ea15c09f8a26a4f015977 Mon Sep 17 00:00:00 2001 From: TiynGER Date: Tue, 31 Mar 2020 20:20:57 +0200 Subject: [PATCH] its preview time --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 0426bca..532f8dc 100644 --- a/config.def.h +++ b/config.def.h @@ -70,7 +70,7 @@ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() static const char *dmenucmd[] = { "dmenu_run", "-c", "-l", "20", NULL }; static const char *termcmd[] = { "st", NULL }; static const char *browsercmd[] = { "firefox", NULL }; -static const char *filecmd[] = {"st", "-e", "vifm", NULL }; +static const char *filecmd[] = {"st", "-e", "vifmrun", NULL }; static const char *javaidecmd[] = {"intellij-idea-ultimate-edition", NULL }; static const char *mailcmd[] = {"thunderbird", NULL }; static const char *musiccmd[] = {"st", "-e", "ncmpcpp", NULL };