From 0f929ba85243aa60eadd6a3393ce32282078fcf2 Mon Sep 17 00:00:00 2001 From: odknt <4185305+odknt@users.noreply.github.com> Date: Sun, 30 Jun 2019 15:58:36 +0900 Subject: [PATCH] use dmenu instead of dmenu2 --- config.def.h | 2 +- st.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 4c28c96..b1e9ce5 100644 --- a/config.def.h +++ b/config.def.h @@ -204,7 +204,7 @@ static MouseShortcut mshortcuts[] = { * Open url command */ static char *openurlcmd[] = { "/bin/sh", "-c", - "xurls | dmenu -fn monospace:size=10 -h 24 -l 10 | xargs -r xdg-open", + "xurls | dmenu -fn monospace:size=10 -b -p 'xdg-open:' -i -nb '#101010' | xargs -r xdg-open", "externalpipe", NULL }; /* Internal keyboard shortcuts. */ diff --git a/st.c b/st.c index 2202c0c..8127686 100644 --- a/st.c +++ b/st.c @@ -44,7 +44,7 @@ #define ISDELIM(u) (u && wcschr(worddelimiters, u)) /* constants */ -#define ISO14755CMD "dmenu -fn monospace:size=10 -h 24 -p codepoint: