Browse Source

its preview time

config
TiynGER 9 months ago
parent
commit
da3b3a372c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config.def.h

+ 1
- 1
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 *dmenucmd[] = { "dmenu_run", "-c", "-l", "20", NULL };
static const char *termcmd[] = { "st", NULL }; static const char *termcmd[] = { "st", NULL };
static const char *browsercmd[] = { "firefox", 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 *javaidecmd[] = {"intellij-idea-ultimate-edition", NULL };
static const char *mailcmd[] = {"thunderbird", NULL }; static const char *mailcmd[] = {"thunderbird", NULL };
static const char *musiccmd[] = {"st", "-e", "ncmpcpp", NULL }; static const char *musiccmd[] = {"st", "-e", "ncmpcpp", NULL };

Loading…
Cancel
Save