From 245dcd64c0d9286870233eefd342c9dbc0b36025 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Thu, 1 Dec 2022 18:24:54 -0500 Subject: [PATCH] Catch up --- LICENSE | 0 Makefile | 0 README | 0 arg.h | 0 config.def.h | 0 config.h | 2 +- config.mk | 0 dmenu.1 | 0 dmenu.c | 0 drw.c | 0 drw.h | 0 patches/.gitkeep | 0 patches/dmenu-caseinsensitive-5.0.diff | 0 stest.1 | 0 stest.c | 0 util.c | 0 util.h | 0 17 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 LICENSE mode change 100644 => 100755 Makefile mode change 100644 => 100755 README mode change 100644 => 100755 arg.h mode change 100644 => 100755 config.def.h mode change 100644 => 100755 config.h mode change 100644 => 100755 config.mk mode change 100644 => 100755 dmenu.1 mode change 100644 => 100755 dmenu.c mode change 100644 => 100755 drw.c mode change 100644 => 100755 drw.h mode change 100644 => 100755 patches/.gitkeep mode change 100644 => 100755 patches/dmenu-caseinsensitive-5.0.diff mode change 100644 => 100755 stest.1 mode change 100644 => 100755 stest.c mode change 100644 => 100755 util.c mode change 100644 => 100755 util.h diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/Makefile b/Makefile old mode 100644 new mode 100755 diff --git a/README b/README old mode 100644 new mode 100755 diff --git a/arg.h b/arg.h old mode 100644 new mode 100755 diff --git a/config.def.h b/config.def.h old mode 100644 new mode 100755 diff --git a/config.h b/config.h old mode 100644 new mode 100755 index 125a9ed..5f8e1e7 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "monospace:size=8" + "Hermit:size=12" }; static const char *prompt = ">"; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { diff --git a/config.mk b/config.mk old mode 100644 new mode 100755 diff --git a/dmenu.1 b/dmenu.1 old mode 100644 new mode 100755 diff --git a/dmenu.c b/dmenu.c old mode 100644 new mode 100755 diff --git a/drw.c b/drw.c old mode 100644 new mode 100755 diff --git a/drw.h b/drw.h old mode 100644 new mode 100755 diff --git a/patches/.gitkeep b/patches/.gitkeep old mode 100644 new mode 100755 diff --git a/patches/dmenu-caseinsensitive-5.0.diff b/patches/dmenu-caseinsensitive-5.0.diff old mode 100644 new mode 100755 diff --git a/stest.1 b/stest.1 old mode 100644 new mode 100755 diff --git a/stest.c b/stest.c old mode 100644 new mode 100755 diff --git a/util.c b/util.c old mode 100644 new mode 100755 diff --git a/util.h b/util.h old mode 100644 new mode 100755