Re: [dev] [dmenu] [PATCH] Added option to prompt for passwords

2016-07-25 Thread mikan
I was working on a similar thing but decided that password entry doesn't make sense in dmenu context (since it's a menu!) and made a separate tool instead and glue pinentry code to it. You can look at it at http://gitgud.io/zavok/spine if you want. On July 25, 2016 7:39:55 AM GMT-11:00, Eric Pru

Re: [dev] slcon 2016 videos are online

2016-09-27 Thread mikan
What's with the table knocking? On September 26, 2016 7:38:19 PM GMT+02:00, FRIGN wrote: >Hello fellow hackers, > >the videos of this year's suckless conference in the webm format are >online. You can view them on the conference page[0]. > >Cheers > >FRIGN > >[0]: http://suckless.org/conferences/

Re: [dev] [announce] wjt-0.1 - slider widget

2016-12-13 Thread mikan
It's hard hard to share option flags between dmenu and wjt (with $@) because some of them are slightly different. wjt uses more colors, so I'm not sure what could be done to match color options to dmenu in a non-sucky way, but could you at least change -f to -fn for font? Thanks. On December 1

Re: [dev] suckless GUI

2019-03-24 Thread mikan
On 2019-03-25 00:16, amirouche wrote: Hello all, I am looking for a graphical user interface (GUI) that will allow me to avoid the browser tarpit and that is more lightweight than GTK+ and Qt. I had a look around the internet and found out about immediate gui like nuklear and dear imgui. Maybe