logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

0004-Start-dmenu-on-bottom-for-ISO-14755-input.patch (620B)


  1. From 1c67839b8a0eb410cef454b289405b6de3b7500f Mon Sep 17 00:00:00 2001
  2. From: Michael Forney <mforney@mforney.org>
  3. Date: Mon, 29 Mar 2021 18:21:29 -0700
  4. Subject: [PATCH] Start dmenu on bottom for ISO 14755 input
  5. ---
  6. st.c | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. diff --git a/st.c b/st.c
  9. index 02d5397..a319c7f 100644
  10. --- a/st.c
  11. +++ b/st.c
  12. @@ -97,7 +97,7 @@ char *argv0;
  13. #define TRUEBLUE(x) (((x) & 0xff) << 8)
  14. /* constants */
  15. -#define ISO14755CMD "dmenu -p codepoint: </dev/null"
  16. +#define ISO14755CMD "dmenu -b -p codepoint: </dev/null"
  17. enum glyph_attribute {
  18. ATTR_NULL = 0,
  19. --
  20. 2.30.1