Re: [dev] [dwm] [wmii] Prompt for client to add to current view

2009-10-06 Thread Julien Steinhauser
On Mon, Oct 05, 2009 at 03:30:29PM -0500, Nathan Neff wrote: I'd like to have a menu that shows all the currently running clients, and when I select a client, the current tag is applied to that client. This would allow me to quickly view another client without having to switch to the tag

Re: [dev] [dwm] [wmii] Prompt for client to add to current view

2009-10-06 Thread Nathan Neff
On Mon, Oct 5, 2009 at 5:05 PM, Suraj Kurapati sun...@gmail.com wrote: On Mon, Oct 5, 2009 at 1:30 PM, Nathan Neff nathan.n...@gmail.com wrote: I'd like to have a menu that shows all the currently running clients, and when I select a client, the current tag is applied to that client. You

Re: [dev] [dwm] [wmii] Prompt for client to add to current view

2009-10-06 Thread Kris Maglione
On Tue, Oct 06, 2009 at 02:41:20PM -0500, Nathan Neff wrote: I changed my config.yaml to look like this: snip ${mod}-c: | # focus client chosen from a menu client = client_menu('invite client:') and client.tag curr_tag /snip Thank you very much! I'm going to delve further into your

Re: [dev] [dwm] [wmii] Prompt for client to add to current view

2009-10-06 Thread Suraj Kurapati
On Tue, Oct 6, 2009 at 12:41 PM, Nathan Neff nathan.n...@gmail.com wrote: I don't quite understand how config.yaml gets turned into real ruby code See load_config() in config.rb

[dev] [dwm] [wmii] Prompt for client to add to current view

2009-10-05 Thread Nathan Neff
I'd like to have a menu that shows all the currently running clients, and when I select a client, the current tag is applied to that client. This would allow me to quickly view another client without having to switch to the tag where the client is running. For example, I'm in tag 1, and would

Re: [dev] [dwm] [wmii] Prompt for client to add to current view

2009-10-05 Thread Suraj Kurapati
On Mon, Oct 5, 2009 at 1:30 PM, Nathan Neff nathan.n...@gmail.com wrote: I'd like to have a menu that shows all the currently running clients, and when I select a client, the current tag is applied to that client. You can do it like this now in my Ruby wmiirc: your_chosen_shortcut: | # bring