Re: konsole always set floating

2011-06-10 Thread Uli Schlachter
On 10.06.2011 05:17, John de Largentaye wrote: OK, I thought that didn't apply because the client wasn't marked as maximized, and the client persistently wanted to start floating across multiple executions. But I went back to KDE, and indeed the client started maximized. Unmaximized it,

Re: mpdwidget does not work

2011-06-10 Thread Alexander Yakushev
You may like another widget for mpd. Take a look here: https://awesome.naquadah.org/wiki/Awesompd_widget -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

lua(.rc) syntax question

2011-06-10 Thread Michael Hauser
Hello! This is more of a lua question... But I'll ask here anyway: I've the following construct in my 'lua.rc' { rule = { class = Audacity }, properties = { tag = tags[1][2], switchtotag = true, floating = false } }, { rule = { class = sunvox }, properties = { tag = tags[1][2],

Re: lua(.rc) syntax question

2011-06-10 Thread Vitor Eiji Justus Sakaguti
On Fri, Jun 10, 2011 at 9:07 PM, Michael Hauser awarewa...@gmail.com wrote: I've the following construct in my 'lua.rc' I guess you mean your rc.lua.  { rule = { class = Audacity },   properties = { tag = tags[1][2], switchtotag = true, floating = false } },  { rule = { class = sunvox },