mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
7a7e1d1d8f
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
11 lines
588 B
Diff
11 lines
588 B
Diff
--- config.def.h 2015-11-08 14:39:37.000000000 -0800
|
|
+++ config.h 2015-11-27 09:35:45.456371304 -0800
|
|
@@ -55,7 +55,7 @@
|
|
/* commands */
|
|
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", selbgcolor, "-sf", selfgcolor, NULL };
|
|
-static const char *termcmd[] = { "st", NULL };
|
|
+static const char *termcmd[] = { "uxterm", NULL };
|
|
|
|
static Key keys[] = {
|
|
/* modifier key function argument */
|