Skip to content

Instantly share code, notes, and snippets.

@david-bergstrom
Last active August 29, 2015 14:11
Show Gist options
  • Save david-bergstrom/1e35038245fc1900617d to your computer and use it in GitHub Desktop.
Save david-bergstrom/1e35038245fc1900617d to your computer and use it in GitHub Desktop.
u1.patch
--- config.def.h 2011-12-19 16:02:46.000000000 +0100
+++ config.h 2014-12-16 18:56:14.428360000 +0100
@@ -46,8 +46,8 @@
#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
/* commands */
-static const char *dmenucmd[] = { "dmenu_run", "-fn", font, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL };
-static const char *termcmd[] = { "uxterm", NULL };
+static const char *dmenucmd[] = { "~/dwm/install/usr/local/bin/dmenu_run", "-fn", font, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL };
+static const char *termcmd[] = { "mate-terminal", NULL };
static Key keys[] = {
/* modifier key function argument */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment