summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraleksav013 <aleksav013@gmail.com>2021-03-05 23:05:42 +0100
committerAleksa Vuckovic <aleksa@vuckovic.cc>2023-12-06 05:05:49 +0100
commitd457a81d026c3aed0fbe8a65b3eb43f406177481 (patch)
tree58ba3be78d214a955981895d18bd5bc2f61b1e3d
parent9f8855343c881bdc01b9fff5b956537ba1106b76 (diff)
st -> urxvt
-rw-r--r--01-urxvt.diff13
-rw-r--r--config.def.h2
2 files changed, 14 insertions, 1 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 */
diff --git a/config.def.h b/config.def.h
index 9efa774..1e62f5f 100644
--- a/config.def.h
+++ b/config.def.h
@@ -58,7 +58,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 const Key keys[] = {
/* modifier key function argument */