From d457a81d026c3aed0fbe8a65b3eb43f406177481 Mon Sep 17 00:00:00 2001 From: aleksav013 Date: Fri, 5 Mar 2021 23:05:42 +0100 Subject: st -> urxvt --- 01-urxvt.diff | 13 +++++++++++++ config.def.h | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 01-urxvt.diff 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 */ -- cgit v1.2.3