Merge pull request #10 from nagbalae/development

made $TERMINAL the terminal
This commit is contained in:
Bazsi 2020-06-21 15:02:09 +02:00 committed by GitHub
commit a470780327
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[] = { "urxvt", NULL }; static const char *termcmd[] = { "$TERMINAL", NULL };
#include <X11/XF86keysym.h> #include <X11/XF86keysym.h>
static Key keys[] = { static Key keys[] = {