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