Merge pull request #11 from nagbalae/development

fixed TERMINAL, replaced with urxvt
This commit is contained in:
Bazsi 2020-06-21 15:10:07 +02:00 committed by GitHub
commit 0692ee574c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,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, "-fn", dmenufont, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbordercolor, "-sf", selfgcolor, NULL }; static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbordercolor, "-sf", selfgcolor, NULL };
static const char *termcmd[] = { "$TERMINAL", NULL }; static const char *termcmd[] = { "urxvt", NULL };
#include <X11/XF86keysym.h> #include <X11/XF86keysym.h>
static Key keys[] = { static Key keys[] = {