Re: [dev] [dmenu] [PATCH] Added option to prompt for passwords
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 Pruitt wrote: >The attached patch adds a "-g" flag to dmenu so it can be used for >password entry. Typed text is replaced with asterisks. > >Eric -- Sent from my Android device with K-9 Mail. Please excuse my brevity. -- Sent from my Android device with K-9 Mail. Please excuse my brevity.
Re: [dev] slcon 2016 videos are online
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/2016
Re: [dev] [announce] wjt-0.1 - slider widget
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 13, 2016 2:42:15 AM GMT+01:00, Ian Remmler wrote: >I recently switched to dwm, and I've been using the systray patch >because I liked having a drop down volume control. But I decided to go >patchless, so I made a slider app to provide something similar: > >https://github.com/ianremmler/wjt (pronounced "widget", of course) > >Adjust the slider with the keyboard or mouse, and the value is printed >to stdout. The two examples in the repo are what I'm using for volume >and brightness control on my laptop. I based it on dmenu, and it >should >fit in well with the other suckless tools. I hope others will find it >useful. > >Thanks! -- Sent from my Android device with K-9 Mail. Please excuse my brevity.
Re: [dev] suckless GUI
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 that is what I am looking. I am looking for something that has at least C wrapper to be able to easily create bindings for it. WDYT? True spirit of immediate mode GUI, as I understand it, is to roll it on your own. Outside of that, I have http://xforms-toolkit.org/ in my bookmarks, but I didn't have time to tinker with it myself yet.