thanks for the fast answer
this works fine for xterm and urxvt
but for some reason when i try this with konsole in .xinitrc:
konsole --name mutt -e mutt &
konsole --name ncmpcpp -e ncmpcpp &
and this in rc.lua
["mutt"] = { screen = 1, tag = 3 },
["ncmpcpp"] = { screen = 1, tag = 6 },
awesome puts both windows on tag 3
and every konsole window i open after starts also on 3
eelco
2009/8/19 Gwenhael Pierre Élie <[email protected]>
> use the naming options of your terminal as in :
> uxterm -name alsamixer -e "alsamixer -c 0"'
> or
> Terminal --name=newsbeuter -c "newsbeuter"'
>
> and then use the name you've chosen to match the specific app.
>
> G-
>
> 2009/8/19 nn <[email protected]>
>
> Hello,
>> I've a problem starting a console app (ie. mutt) on a pre-defined tag.
>> I have been looking on the Awesome website and google but couldn't find an
>> answer to my problem.
>> btw I'm using awesome 3.2.1
>> thanks
>> eelco
>>
>> --
>> To unsubscribe, send mail to [email protected].
>>
>
>