summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraleksav013 <aleksav013@gmail.com>2021-03-16 06:35:27 +0100
committerAleksa Vuckovic <aleksa@vuckovic.cc>2023-12-06 05:05:49 +0100
commit36396519d6cf427ec04d1b56ccb4259bb97c5961 (patch)
tree373c8c15bd0ef9df6f654f9d423f4fda6fdfea90
parent00dfb6029e9a26135a7a998053ce1b113edeaf5e (diff)
Removing patch file
-rw-r--r--01-urxvt.diff13
1 files changed, 0 insertions, 13 deletions
diff --git a/01-urxvt.diff b/01-urxvt.diff
deleted file mode 100644
index a993775..0000000
--- a/01-urxvt.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-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 */