On Thu, May 21, 2009 at 01:28, Andreas Klöckner <[email protected]> wrote: > attached diff does what subject says--this makes shifty usable for me with a > laptop with a varying number of screens attached.
Hi, For the record please: awesome ver? shifty-master HEAD? (patch applies clean) The patch seems to be good but (before I push it) can you be a bit more specific as to what breaks (config snippets very helpful) if you run without it? I can only assume that the problem is that you're setting screen = 2 in somewhere in shifty.config and that breaks when running only on LVDS? Btw, I've been using this sort of statement in rc.lua to force screen in various settings (shifty, naughty etc.) on my laptop, but I have to admit that I don't use multi-screen every day: if screen.count() == 2 then LCD = 2 else LCD = 1 end Your solution might make more sense - shifty is supposed to be dynamic, so validation of screen could be done internally. thanks, koniu -- To unsubscribe, send mail to [email protected].
