Re: [dev] [dmenu] patch: default input text

2012-11-08 Thread Felix Kaiser
On Fri, Nov 9, 2012 at 1:54 AM, chris hall wrote: > If you want dmenu to have 1 option as a default then what is wrong with the > following: > echo "some default value" | dmenu > > In your patch you have to delete text in order to use something other than > the default, > and once you have edited

Re: [dev] [dmenu] patch: default input text

2012-11-08 Thread chris hall
If you want dmenu to have 1 option as a default then what is wrong with the following: echo "some default value" | dmenu In your patch you have to delete text in order to use something other than the default, and once you have edited it then you cant reselect it. In the provided example above I ca

[dev] [dmenu] patch: default input text

2012-11-08 Thread Felix Kaiser
Hi, first of all, thanks for dmenu, it's awesome! Here's a patch that adds a parameter, "-d default", that can be used to set the default input text. I'd like to have this in dmenu because I want to use dmenu as a "rename current workspace to: " prompt for my window manager. Greetings Felix d

Re: [dev] [tabbed] [patch] Remove startup flickering

2012-11-08 Thread Christoph Lohmann
Hello. On Thu, 08 Nov 2012 22:09:12 +0100 Carlos Pita wrote: > Just a trivial fix for a minor quirk: an aesthetic annoyance I > experienced when launching a new surf view inside tabbed. The surf > instance flashed a little on startup which is completely avoidable as > far as tabbed won't show it

Re: [dev][tabbed][patch] Replace a specific argument with the window id

2012-11-08 Thread Christoph Lohmann
Hello. On Thu, 08 Nov 2012 22:08:49 +0100 "Galos, David" wrote: > I've attached a patch which adds a '-r' flag to tabbed, so that it can > replace a dummy argument in the command with the window id, rather > than appending it to the end. > > The purpose of this is to allow > > $ tabbed -r 2 st

Re: [dev] [st] 0.3 release

2012-11-08 Thread Christoph Lohmann
Greetings. On Thu, 08 Nov 2012 17:09:45 +0100 Brandon Invergo wrote: > > On 02.11.2012 20:12, Christoph Lohmann wrote: > >>* New drawing code, which is way more faster and comparable to the > >> other terminals out there. > > > > It totally is, and now im impressed. And a bit humbled, si