Re: Help with some menu.lua modification

2010-11-12 Thread Anurag Priyam
... > http://awesome.naquadah.org/doc/api/modules/client.html says it > should.  But I want a table of all the tags, so I tried using the tags > () function, described on that same page.  I simply replaced get () > with tags () - > > local test = capi.client.tags() > > And I get the error "attempt

Re: titlebar only on floating windows

2010-11-12 Thread Matias Larre Borges
On Fri, Nov 12, 2010 at 11:45 AM, Uli Schlachter wrote: > Then why don't you do the same in a floating layout? > > awful.tag.attached_add_signal(nil, "property::layout", function (t) >  -- Code here that checks if "t" has a floating layout and then adds a > titlebar >  -- to all clients on the ta

Help with some menu.lua modification

2010-11-12 Thread Meyer
Hi all - I'm trying to modify menu.lua,by just adding my own function. It's confusing me quite a bit though - if I want to get a table of all the open clients, something like local test = capi.client.get() works perfectly fine, like http://awesome.naquadah.org/doc/api/modules/client.html says it

Re: jumping to (pidgin|chromium) workspace upon "activation"

2010-11-12 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 08.11.2010 09:42, Stefano Zacchiroli wrote: > In a couple of circumstances, I've applications which had a way (under > GNOME with either Xmonad or Metacity) to inform the window manager they > wanted to switch to a specific workspaces. For instanc

Re: titlebar only on floating windows

2010-11-12 Thread Uli Schlachter
Am 11.11.2010 21:03, Matias Larre Borges wrote: > On Thu, Nov 11, 2010 at 2:59 AM, Anurag Priyam > wrote: >>> No, I have to correct myself: only those windows that are started floating >>> have the titlebar, not those changed to "floating" and not those in a >>> floating layout. >> >> property::f