Re: [dev] dmenu idea and diff, Ability to set menu width

2012-04-29 Thread Josh Hogan
character in the font. diff attached. > Date: Sat, 17 Mar 2012 19:28:00 + > Subject: Re: [dev] dmenu idea and diff, Ability to set menu width > From: svartma...@gmail.com > To: dev@suckless.org > > > I wasn't suggesting resizing it depending on the match, but resiz

RE: [dev] dmenu idea and diff, Ability to set menu width

2012-04-19 Thread Josh Hogan
font. diff attached. > Date: Sat, 17 Mar 2012 19:28:00 + > Subject: Re: [dev] dmenu idea and diff, Ability to set menu width > From: svartma...@gmail.com > To: dev@suckless.org > > > I wasn't suggesting resizing it depending on the match, but resizing > > it to t

Re: [dev] dmenu idea and diff, Ability to set menu width

2012-03-17 Thread Bjartur Thorlacius
> I wasn't suggesting resizing it depending on the match, but resizing > it to the given font metrics for the longest item read from stdin > instead (only once at the start of dmenu). > Most simply, dmenu would be as wide as the screen.

Re: [dev] dmenu idea and diff, Ability to set menu width

2012-03-17 Thread Anselm R Garbe
On 17 March 2012 18:39, Josh Hogan wrote: > This particular flag was built with vertical in mind.  The only use in > Horizontal mode would be if there were parts of your status bar you didn't > want hidden (dmenu everything but the tray & clock for example). Ok > While I like the idea of dynamic

Re: [dev] dmenu idea and diff, Ability to set menu width

2012-03-17 Thread Josh Hogan
-useful whitespace. -Original Message- From: Anselm R Garbe Sent: Saturday, March 17, 2012 10:30 AM To: dev mail list Subject: Re: [dev] dmenu idea and diff, Ability to set menu width On 7 March 2012 07:05, Josh Hogan wrote: Thanks for the feedback on the diff format, I was using the normal

Re: [dev] dmenu idea and diff, Ability to set menu width

2012-03-17 Thread Anselm R Garbe
On 7 March 2012 07:05, Josh Hogan wrote: > Thanks for the feedback on the diff format, I was using the normal old diff > tool for the original diff file.  I created and attached a new one using hg > diff  which looks like it would fit the format you mentioned.  The patch is > built from the mercur

Re: [dev] dmenu idea and diff, Ability to set menu width

2012-03-06 Thread Josh Hogan
Martti, Thanks for the feedback on the diff format, I was using the normal old diff tool for the original diff file. I created and attached a new one using hg diff which looks like it would fit the format you mentioned. The patch is built from the mercurial tip from about 2 days ago. Thanks~

Re: [dev] dmenu idea and diff, Ability to set menu width

2012-03-04 Thread Martti Kühne
On Sun, Mar 04, 2012 at 01:21:16AM -0800, Josh Hogan wrote: >Any feedback or comments are welcome, Hi Josh I think we all agree that we'd like to see patches in unified diff format at least. Unified diff gives some (3 lines above and beneath) context as to where to insert and remove code line

[dev] dmenu idea and diff, Ability to set menu width

2012-03-04 Thread Josh Hogan
Hello, I am not exactly sure how these get submitted to suckless but I have a small feature I coded that I'd like to be added to dmenu. I made a patch that lets me set the menu width using a -w parameter. When using this and the lines parameter you can have a bit more freedom in how the menu i