From 93170ed99b4c5d8ba8987c62701afa1d6115f49e Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Sat, 26 Jul 2025 20:57:42 +0100 Subject: 'upgrades, people, upgrades' --- LICENSE | 0 Makefile | 0 README | 0 arg.h | 0 config.h | 2 +- config.mk | 4 ++-- dmenu | Bin 42808 -> 40600 bytes dmenu.1 | 0 dmenu.c | 0 dmenu.o | Bin 32592 -> 33728 bytes dmenu_path | 0 dmenu_run | 0 drw.c | 0 drw.h | 0 drw.o | Bin 10832 -> 16680 bytes include_dmenu | 12 ++++-------- stest | Bin 16432 -> 10224 bytes stest.1 | 0 stest.c | 0 stest.o | Bin 5240 -> 5864 bytes util.c | 0 util.h | 0 util.o | Bin 2216 -> 2496 bytes 23 files changed, 7 insertions(+), 11 deletions(-) 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.h mode change 100644 => 100755 config.mk mode change 100644 => 100755 dmenu.1 mode change 100644 => 100755 dmenu.c mode change 100644 => 100755 dmenu.o mode change 100644 => 100755 dmenu_path mode change 100644 => 100755 dmenu_run mode change 100644 => 100755 drw.c mode change 100644 => 100755 drw.h mode change 100644 => 100755 drw.o mode change 100644 => 100755 include_dmenu mode change 100644 => 100755 stest.1 mode change 100644 => 100755 stest.c mode change 100644 => 100755 stest.o mode change 100644 => 100755 util.c mode change 100644 => 100755 util.h mode change 100644 => 100755 util.o 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.h b/config.h old mode 100644 new mode 100755 index 8cefa24..c6b251a --- 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[] = { - "Terminess Nerd Font Mono:pixelsize=14" + "Terminus:pixelsize=14" }; static const char *prompt = NULL; /* -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 index 137f7c8..503883f --- a/config.mk +++ b/config.mk @@ -16,8 +16,8 @@ XINERAMAFLAGS = -DXINERAMA FREETYPELIBS = -lfontconfig -lXft FREETYPEINC = /usr/include/freetype2 # OpenBSD (uncomment) -#FREETYPEINC = $(X11INC)/freetype2 -#MANPREFIX = ${PREFIX}/man +FREETYPEINC = $(X11INC)/freetype2 +MANPREFIX = ${PREFIX}/man # includes and libs INCS = -I$(X11INC) -I$(FREETYPEINC) diff --git a/dmenu b/dmenu index 03ad8fa..b6d741d 100755 Binary files a/dmenu and b/dmenu differ 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/dmenu.o b/dmenu.o old mode 100644 new mode 100755 index a2346ae..21d0087 Binary files a/dmenu.o and b/dmenu.o differ diff --git a/dmenu_path b/dmenu_path old mode 100644 new mode 100755 diff --git a/dmenu_run b/dmenu_run 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/drw.o b/drw.o old mode 100644 new mode 100755 index 0293844..4fb2af0 Binary files a/drw.o and b/drw.o differ diff --git a/include_dmenu b/include_dmenu old mode 100644 new mode 100755 index f9bb3cb..9989cab --- a/include_dmenu +++ b/include_dmenu @@ -1,9 +1,5 @@ -chromium -connmap -goverlay -heroic -nvidia-settings -openbased +firefox st -steam -xtest +thunar +xhidecursor +xterm diff --git a/stest b/stest index 759205c..a027661 100755 Binary files a/stest and b/stest differ 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/stest.o b/stest.o old mode 100644 new mode 100755 index a2b3e88..a8e1f6e Binary files a/stest.o and b/stest.o differ 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 diff --git a/util.o b/util.o old mode 100644 new mode 100755 index 0493952..180e6a0 Binary files a/util.o and b/util.o differ -- cgit v1.2.3