Re: Keybindings without any Modifiers

2010-04-08 Thread Julien Danjou
ktrask kt-...@ktrask.de writes: awful.key( {}, Menu, a, function () local screen = mouse.screen if tags[screen][10] then awful.tag.viewonly(tags[screen][10]) end

Re: [RFC Patch] Use an environment var to override screen configuration

2010-04-08 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Uli Schlachter wrote: awesome wrote: THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#518 - awesome doesn't detect xrandr screens as independant desktop User who did this - Uli Schlachter (psychon)

Re: [RFC Patch] Use an environment var to override screen configuration

2010-04-08 Thread Julien Danjou
Uli Schlachter psyc...@znc.in writes: Anyway, attached are two patches that implement this a little cleaner. Comments? Do we want something like this in awesome? Would it be a semi-acceptable work-around for FS#518? Screw off, that's ugly.[1] If you want to bypass screen detection, make that

Re: [RFC Patch] Use an environment var to override screen configuration

2010-04-08 Thread Julien Danjou
Uli Schlachter psyc...@znc.in writes: It's easier to do when nothing uses the screens yet. Also, this would complicate the rc.lua a bit, since screen.count() could now change over time... Yes but… On the other hand, that's a great idea if we ever want to handle xrandr screen changes

Re: [RFC Patch] Use an environment var to override screen configuration

2010-04-08 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Julien Danjou wrote: You may consider taking a look at 'next' which has a better and richer screen support towards xrandr. (Maybe we should do something about 'next' some day…) next seemed quite dead when I last looked (no commit this year).

Re: Keybindings without any Modifiers

2010-04-08 Thread Gregor Best
On Thu, Apr 08, 2010 at 10:01:03AM +0200, Julien Danjou wrote: [...] And if you want to execute your function on Menu+a, that's not possible directly because Menu is not a modifier key. It's just a key. [...] Rebinding it to an empty modifier is possible though. On x86 Linux systems 'mod3' is

Re: Keybindings without any Modifiers

2010-04-08 Thread ktrask
At https://gbe.ring0.de/crap/capslock I described a way to do that with caps lock, simply substituting every instance of 'CapsLock' with 'Menu' should do the trick. Yeah, it works great now. Thanks ktrask -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

[awesome bugs] #727 - Mathematica document center window causes awesome to die

2010-04-08 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#727 - Mathematica document center window causes awesome to die User who did this - Nicolau Leal Werneck (nlw) -- I also had this same problem. Some time after the Mathematica Document Center

[PATCH] Basic support for manpages in multiple languages

2010-04-08 Thread Diego Moreda
Hi, after reading in a previous message [0] that the French translation of the man pages was committed to the repository but still lacking the CMake code for building its files, I decided to try to implement this feature so that the man pages can effectively be read by the users. The patch