aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]LICENSE0
-rwxr-xr-x[-rw-r--r--]Makefile0
-rwxr-xr-x[-rw-r--r--]README0
-rwxr-xr-x[-rw-r--r--]arg.h0
-rwxr-xr-x[-rw-r--r--]config.h2
-rwxr-xr-x[-rw-r--r--]config.mk4
-rwxr-xr-xdmenubin42808 -> 40600 bytes
-rwxr-xr-x[-rw-r--r--]dmenu.10
-rwxr-xr-x[-rw-r--r--]dmenu.c0
-rwxr-xr-x[-rw-r--r--]dmenu.obin32592 -> 33728 bytes
-rwxr-xr-x[-rw-r--r--]dmenu_path0
-rwxr-xr-x[-rw-r--r--]dmenu_run0
-rwxr-xr-x[-rw-r--r--]drw.c0
-rwxr-xr-x[-rw-r--r--]drw.h0
-rwxr-xr-x[-rw-r--r--]drw.obin10832 -> 16680 bytes
-rwxr-xr-x[-rw-r--r--]include_dmenu12
-rwxr-xr-xstestbin16432 -> 10224 bytes
-rwxr-xr-x[-rw-r--r--]stest.10
-rwxr-xr-x[-rw-r--r--]stest.c0
-rwxr-xr-x[-rw-r--r--]stest.obin5240 -> 5864 bytes
-rwxr-xr-x[-rw-r--r--]util.c0
-rwxr-xr-x[-rw-r--r--]util.h0
-rwxr-xr-x[-rw-r--r--]util.obin2216 -> 2496 bytes
23 files changed, 7 insertions, 11 deletions
diff --git a/LICENSE b/LICENSE
index 2a64b28..2a64b28 100644..100755
--- a/LICENSE
+++ b/LICENSE
diff --git a/Makefile b/Makefile
index 458c524..458c524 100644..100755
--- a/Makefile
+++ b/Makefile
diff --git a/README b/README
index cdb3d48..cdb3d48 100644..100755
--- a/README
+++ b/README
diff --git a/arg.h b/arg.h
index e94e02b..e94e02b 100644..100755
--- a/arg.h
+++ b/arg.h
diff --git a/config.h b/config.h
index 8cefa24..c6b251a 100644..100755
--- 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
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)
diff --git a/dmenu b/dmenu
index 03ad8fa..b6d741d 100755
--- a/dmenu
+++ b/dmenu
Binary files differ
diff --git a/dmenu.1 b/dmenu.1
index 762f707..762f707 100644..100755
--- a/dmenu.1
+++ b/dmenu.1
diff --git a/dmenu.c b/dmenu.c
index 4b25cb6..4b25cb6 100644..100755
--- a/dmenu.c
+++ b/dmenu.c
diff --git a/dmenu.o b/dmenu.o
index a2346ae..21d0087 100644..100755
--- a/dmenu.o
+++ b/dmenu.o
Binary files differ
diff --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
index 247d658..247d658 100644..100755
--- a/dmenu_run
+++ b/dmenu_run
diff --git a/drw.c b/drw.c
index 78a2b27..78a2b27 100644..100755
--- a/drw.c
+++ b/drw.c
diff --git a/drw.h b/drw.h
index fd7631b..fd7631b 100644..100755
--- a/drw.h
+++ b/drw.h
diff --git a/drw.o b/drw.o
index 0293844..4fb2af0 100644..100755
--- a/drw.o
+++ b/drw.o
Binary files differ
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
diff --git a/stest b/stest
index 759205c..a027661 100755
--- a/stest
+++ b/stest
Binary files differ
diff --git a/stest.1 b/stest.1
index 2667d8a..2667d8a 100644..100755
--- a/stest.1
+++ b/stest.1
diff --git a/stest.c b/stest.c
index e27d3a5..e27d3a5 100644..100755
--- a/stest.c
+++ b/stest.c
diff --git a/stest.o b/stest.o
index a2b3e88..a8e1f6e 100644..100755
--- a/stest.o
+++ b/stest.o
Binary files differ
diff --git a/util.c b/util.c
index 96b82c9..96b82c9 100644..100755
--- a/util.c
+++ b/util.c
diff --git a/util.h b/util.h
index c0a50d4..c0a50d4 100644..100755
--- a/util.h
+++ b/util.h
diff --git a/util.o b/util.o
index 0493952..180e6a0 100644..100755
--- a/util.o
+++ b/util.o
Binary files differ