Re: Launch on tag selection

2010-09-02 Thread Eliot Frost
Alright, so it works almost perfectly now. There's just one issue, and it's kind of niche: The property::selected signal fires when that property changes, so obviously it'll fire when changing to another tag. Typically this isn't a problem (the application is already open, so my script won't let it

awesome 3.4.7 / shifty

2010-09-02 Thread Alan Warren
I'm curious if anyone has 3.4.7 working with shifty using multiple monitors? I installed 3.4.7 on my gentoo box this evening and it looks like it's having problems. No matter which application I open, whether it's designated for screen 2 or not, goes directly to screen 1. I can hit (Mod4 + o) and

Re: Launch on tag selection

2010-09-02 Thread Vitor Eiji Justus Sakaguti
On Thu, Sep 2, 2010 at 10:17 PM, Eliot Frost wrote: > I actually went and tried out shifty, but I didn't really like it. In > addition to being another layer of complexity, the tags don't start off > being created - they're created as you access them, which isn't really what > I'm looking for. I'd

Re: Launch on tag selection

2010-09-02 Thread Eliot Frost
I actually went and tried out shifty, but I didn't really like it. In addition to being another layer of complexity, the tags don't start off being created - they're created as you access them, which isn't really what I'm looking for. I'd like them all to be visible on wibox as soon as awesome star

Re: Launch on tag selection

2010-09-02 Thread Vitor Eiji Justus Sakaguti
On Thu, Sep 2, 2010 at 6:33 PM, Vitor Eiji Justus Sakaguti wrote: > Hi Eliot, > > On Thu, Sep 2, 2010 at 5:14 PM, Eliot Frost wrote: >> Hello all, >> >> I'm very new to awesome (discovered it just a few days ago) and I'm really >> liking it so far. One thing I'm trying to do that I haven't so far

Re: Launch on tag selection

2010-09-02 Thread Vitor Eiji Justus Sakaguti
Hi Eliot, On Thu, Sep 2, 2010 at 5:14 PM, Eliot Frost wrote: > Hello all, > > I'm very new to awesome (discovered it just a few days ago) and I'm really > liking it so far. One thing I'm trying to do that I haven't so far been able > to is thus: Have a specific application launch whenever I focus

Re: statusbar not on every tag

2010-09-02 Thread immerrr
On 09/02/2010 11:17 PM, Vlad wrote: Thanks for your reply and suggestion, Richard. I tried the following piece of code, but it had no effect on mywibox/statusbar tag.add_signal("property::selected", function(t) if t.name == "media" then mywibox[t.screen].visible = false else

Launch on tag selection

2010-09-02 Thread Eliot Frost
Hello all, I'm very new to awesome (discovered it just a few days ago) and I'm really liking it so far. One thing I'm trying to do that I haven't so far been able to is thus: Have a specific application launch whenever I focus on a tag (by keyboard or by clicking its label or whatever) I have thi

Re: statusbar not on every tag

2010-09-02 Thread Vlad
Thanks for your reply and suggestion, Richard. I tried the following piece of code, but it had no effect on mywibox/statusbar tag.add_signal("property::selected", function(t) if t.name == "media" then mywibox[t.screen].visible = false else mywibox[t.screen].visible = true