diff options
| author | Michael Forney <mforney@mforney.org> | 2021-03-29 19:25:27 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-03-29 19:27:43 -0700 |
| commit | db048e289141fa36fa38755d8bb2cf3ea8fa3747 (patch) | |
| tree | f863e16419b19b3a6312674b48cefd6316a05aa5 /pkg/st | |
| parent | d9e823c1a0cae2b34fea8bd8a255543febd89f3f (diff) | |
st: Start codepoint dmenu on bottom of screen
Diffstat (limited to 'pkg/st')
| -rw-r--r-- | pkg/st/patch/0004-Start-dmenu-on-bottom-for-ISO-14755-input.patch | 25 | ||||
| -rw-r--r-- | pkg/st/ver | 2 |
2 files changed, 26 insertions, 1 deletions
diff --git a/pkg/st/patch/0004-Start-dmenu-on-bottom-for-ISO-14755-input.patch b/pkg/st/patch/0004-Start-dmenu-on-bottom-for-ISO-14755-input.patch new file mode 100644 index 00000000..1cabf982 --- /dev/null +++ b/pkg/st/patch/0004-Start-dmenu-on-bottom-for-ISO-14755-input.patch @@ -0,0 +1,25 @@ +From 1c67839b8a0eb410cef454b289405b6de3b7500f Mon Sep 17 00:00:00 2001 +From: Michael Forney <mforney@mforney.org> +Date: Mon, 29 Mar 2021 18:21:29 -0700 +Subject: [PATCH] Start dmenu on bottom for ISO 14755 input + +--- + st.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/st.c b/st.c +index 02d5397..a319c7f 100644 +--- a/st.c ++++ b/st.c +@@ -97,7 +97,7 @@ char *argv0; + #define TRUEBLUE(x) (((x) & 0xff) << 8) + + /* constants */ +-#define ISO14755CMD "dmenu -p codepoint: </dev/null" ++#define ISO14755CMD "dmenu -b -p codepoint: </dev/null" + + enum glyph_attribute { + ATTR_NULL = 0, +-- +2.30.1 + @@ -1 +1 @@ -c63a87cd93 r3 +c63a87cd93 r4 |
