Minor tweaks

pull/29/head
E. Almqvist 3 years ago
parent f73f789e2e
commit 9e931ed2a7
  1. 2
      src/config.h

@ -77,7 +77,7 @@ static const Layout layouts[] = {
/* commands */ /* commands */
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-p", "Run >", "-z", "512", NULL }; static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-p", "Run >", "-z", "512", NULL };
static const char *termcmd[] = { "st", NULL }; static const char *termcmd[] = { "alacritty", NULL };
static const char *betterlockscreencmd[] = { "betterlockscreen", "--lock", "blur", NULL }; static const char *betterlockscreencmd[] = { "betterlockscreen", "--lock", "blur", NULL };
static const char *spectaclecmd[] = { "spectacle", "-r", "-c", "-b", NULL }; static const char *spectaclecmd[] = { "spectacle", "-r", "-c", "-b", NULL };
static const char *cmuspausecmd[] = { "cmus-remote", "--pause", NULL }; static const char *cmuspausecmd[] = { "cmus-remote", "--pause", NULL };

Loading…
Cancel
Save