diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-07-26 20:57:42 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-07-26 20:57:42 +0100 |
| commit | 93170ed99b4c5d8ba8987c62701afa1d6115f49e (patch) | |
| tree | fd3659bbdb9aa0624dd9814d3c54f99c5740190a | |
| parent | b2a26fccb727e36625b2feeb53af66fa29a72577 (diff) | |
'upgrades, people, upgrades'
| -rwxr-xr-x[-rw-r--r--] | LICENSE | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | Makefile | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | README | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | arg.h | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | config.h | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | config.mk | 4 | ||||
| -rwxr-xr-x | dmenu | bin | 42808 -> 40600 bytes | |||
| -rwxr-xr-x[-rw-r--r--] | dmenu.1 | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | dmenu.c | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | dmenu.o | bin | 32592 -> 33728 bytes | |||
| -rwxr-xr-x[-rw-r--r--] | dmenu_path | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | dmenu_run | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | drw.c | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | drw.h | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | drw.o | bin | 10832 -> 16680 bytes | |||
| -rwxr-xr-x[-rw-r--r--] | include_dmenu | 12 | ||||
| -rwxr-xr-x | stest | bin | 16432 -> 10224 bytes | |||
| -rwxr-xr-x[-rw-r--r--] | stest.1 | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | stest.c | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | stest.o | bin | 5240 -> 5864 bytes | |||
| -rwxr-xr-x[-rw-r--r--] | util.c | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | util.h | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | util.o | bin | 2216 -> 2496 bytes |
23 files changed, 7 insertions, 11 deletions
@@ -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 index 137f7c8..503883f 100644..100755 --- 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) Binary files differBinary files differdiff --git a/dmenu_path b/dmenu_path index 3a7cda7..3a7cda7 100644..100755 --- a/dmenu_path +++ b/dmenu_path diff --git a/dmenu_run b/dmenu_run Binary files differindex 247d658..247d658 100644..100755 --- a/dmenu_run +++ b/dmenu_run diff --git a/include_dmenu b/include_dmenu index f9bb3cb..9989cab 100644..100755 --- a/include_dmenu +++ b/include_dmenu @@ -1,9 +1,5 @@ -chromium -connmap -goverlay -heroic -nvidia-settings -openbased +firefox st -steam -xtest +thunar +xhidecursor +xterm Binary files differBinary files differBinary files differ |
