> Now on one of my PCs I have firefox, on the other iceweasel as browser.
Just curious, how come you have both firefox, and iceweasel on your system? > Is the run_or_raise function capable to bind both applications to the same > key? The one on wiki probably can't. You can use rule_any to build one. I use to bind Md4+i to both Iceweasel, and Google Chrome. You can check my awesomerc[1]. It is slightly complicated, and may not be the best approach, nevertheless it works :). So the actual run_or_raise method is in lib.lua. I define the run or raise action for a client in my rules tables as ror keys. Around line 500 is the code that picks up these ror keys from the rules table and defines global keys for run or raise. Let me know if you have any questions. -- Anurag Priyam http://about.me/yeban/ -- To unsubscribe, send mail to [email protected].
