Re: [dev] dwm: bug in fullscreen mode (SDL?)

2012-03-06 Thread Hadrian Węgrzynowski
On Wed, 7 Mar 2012 00:31:12 +0100 Swiatoslaw Gal wrote: >-- From Matthew Carter 23-01-2012 at 22:01 -- >> You could always run fullscreen apps/games on a separate X display >> using: >> >> xinit $(which gameName) -- :8 >> >> -Matt > >Can one use such a clean solution with a seco

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] dwm: bug in fullscreen mode (SDL?)

2012-03-06 Thread Swiatoslaw Gal
-- From Matthew Carter 23-01-2012 at 22:01 -- > You could always run fullscreen apps/games on a separate X display > using: > > xinit $(which gameName) -- :8 > > -Matt Can one use such a clean solution with a second display? E.g. an external monitor attached to a laptop? s.

Re: [dev] ST issue and fix

2012-03-06 Thread Ryan Mullen
Hello Luis, On Tue, Mar 6, 2012 at 12:33 AM, Luis Anaya wrote: > On stack trace I discovered that it was failing on XCreateIC, it as because > the previous call, XOpenIM was returning null back. To make a long story > short, it seems to be an issue with the setlocale call. The following fix > (at