pull/15/head
E. Almqvist 4 years ago
parent 8fd5cb5bf1
commit d8cc6ad273
  1. 4
      src/config.h

@ -80,11 +80,11 @@ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont,
static const char *termcmd[] = { "st", NULL }; static const char *termcmd[] = { "st", NULL };
static const char *betterlockscreencmd[] = { "betterlockscreen", "--lock", "blur" }; 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" }; static const char *cmuspausecmd[] = { "cmus-remote", "--pause", NULL };
static Key keys[] = { static Key keys[] = {
/* modifier key function argument */ /* modifier key function argument */

Loading…
Cancel
Save