Focus on rxvt-unicode

hi, folks!
I've made a quake-like terminal with rxvt-unicode, no problems, but one thing: when i run it with the key shortcut, it's not focused and I have to click on the terminal to start typing x(
How can I fix that?
Thx in advance! :p
 
Probably depends on what Window Manager and/or Desktop Environment you're using. Care to provide that information?

Fonz
 
solved!
The bug was in my script, I wrote
Code:
windowfocus window=$wid
instead of
Code:
windowfocus $wid
now everything goes right! :p
 
Back
Top