summaryrefslogtreecommitdiff
path: root/01-urxvt.diff
diff options
context:
space:
mode:
Diffstat (limited to '01-urxvt.diff')
-rw-r--r--01-urxvt.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/01-urxvt.diff b/01-urxvt.diff
new file mode 100644
index 0000000..a993775
--- /dev/null
+++ b/01-urxvt.diff
@@ -0,0 +1,13 @@
+diff --git a/config.def.h b/config.def.h
+index 1c0b587..a4921b8 100644
+--- a/config.def.h
++++ b/config.def.h
+@@ -57,7 +57,7 @@ static const Layout layouts[] = {
+ /* commands */
+ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
+ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
+-static const char *termcmd[] = { "st", NULL };
++static const char *termcmd[] = { "urxvt", NULL };
+
+ static Key keys[] = {
+ /* modifier key function argument */