Re: [dev] xprompt: a dmenu fork with contextual completion and filename completion

2021-02-01 Thread Phillip Bushee
Sorry, I forgot the link: https://github.com/phillbush/xprompt

[dev] xprompt: a dmenu fork with contextual completion and filename completion

2021-01-31 Thread Phillip Bushee
Hello, I just released a new version of xprompt, my dmenu-like program. This version adds undo/redo support and improved input method support. It has several features and improvements that you cannot find on dmenu. Most of them are related to text editing on the text input field, which are listed

[dev] [dmenu] are those two calls in drw.c really necessary?

2021-01-17 Thread Phillip Bushee
Hi. On drw.c, in line #356[1], before we do the font matching, we call FcConfigSubstitute(3) to (if I understand Xft correctly) fill system configuration values into our search pattern, and we call FcDefaultSubstitute(3) to fill some default configuration it has for things we haven't set yet in t