Re: Launch on tag selection

2010-09-03 Thread Anurag Priyam
> Oh, and I have a little script that checks if an app is running before > launching it - I'm just waiting until it's working to tweak it like that. > I am not aware of the entire context of your message, but the above statement is strikingly similar to "run or raise" functionality : bind a key to

Re: Launch on tag selection

2010-09-03 Thread immerrr
On 09/03/2010 08:55 AM, Eliot Frost wrote: 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 applica

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

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

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