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

2012-04-29 Thread Josh Hogan
I know that there was some excitement about exposed password process monitoring when I sent my previous mail but I was curious if anyone had a chance to take a look at it. From: Josh Hogan Sent: Thursday, April 19, 2012 12:17 AM To: dev@suckless.org Subject: RE: [dev] dmenu idea and diff

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

2012-04-19 Thread Josh Hogan
Updating on this. I did some extra digging and it looks like the menu should be set to hold a max of 32 chars as that's the input limit. I re-adjusted my patch and now it takes the font width * 32 and uses that as the width measurement. With this I removed the custom size option and just all

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-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~

[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