Is there any way to identify the selected client so that you can access
it's properties after it is not selected any more?

I'm trying to write a script that changes the tags for the selected
client in an interactive manner. That means that i have to open a new
terminal window that will become selected itself. So i want to
create a keybinding that sends the selected client's "path" (/client/x/) as
a parameter to my script. I'm thinking of something like 

Modkey-Control-t)
        .... get sel $client here ...
        aterm -e myscript $client ;;

Looking trough the wmii file system i could only see how you can get the
properties of the selected client itself but not it's "index" in the
clients list.

Neptun

_______________________________________________
[email protected] mailing list
http://wmii.de/cgi-bin/mailman/listinfo/wmii

Reply via email to