Re: [dev] [surf] tablet-mode

2011-09-09 Thread pancake
Here's what I use: http://lolcathost.org/b/script.js ^T to toggle touch mode and doubleclick to zoom Feel free to cleanup and upload to suckless.org i dont have much time right now to do it. On 09/08/11 21:53, Bryan Bennett wrote: While I understand the want to retain as small a (code/scree

Re: [dev] A dmenu that includes all additional features

2011-09-09 Thread hiro
Then delete for gods sake! On 09.09.2011, Connor Lane Smith wrote: > On 9 September 2011 10:29, hiro <23h...@googlemail.com> wrote: >> Couldn't you just run dmenu in a loop instead of using multiselect? > > Yes. > > $ while foo | dmenu; do :; done > > cls > >

Re: [dev] A dmenu that includes all additional features

2011-09-09 Thread Connor Lane Smith
On 9 September 2011 10:29, hiro <23h...@googlemail.com> wrote: > Couldn't you just run dmenu in a loop instead of using multiselect? Yes. $ while foo | dmenu; do :; done cls

Re: [dev] A dmenu that includes all additional features

2011-09-09 Thread hiro
1[1],2[null],3[2], right? This sucks. Couldn't you just run dmenu in a loop instead of using multiselect?

Re: [dev] A dmenu that includes all additional features

2011-09-09 Thread Connor Lane Smith
On 8 September 2011 20:09, Peter John Hartman wrote: > I'm a lazy list reader, but aren't all of those already in dmenu tip?  Can't > you list the features that *aren't* in "dmenu as we know it"? The list would be, 1. "XMMS-style" token matching 2. "Stable sort" 3. Multi-select 1 and 3 are b