1 (edited by roam 2011-12-01 14:39:40 pm)

Topic: [Resolved]One question about the rabidvwm

I have defined the window-A starts on desktop2.

And when i start window-A,how to automatically switch to desktop2?(for example,i used a hotkey to run the window-A when i was in desktop1)

2 (edited by Vyrolan 2011-11-30 20:06:39 pm)

Re: [Resolved]One question about the rabidvwm

You can just make your hotkey also run the command to switch to that desktop.  It just needs to run:

*Hotkey Win A !Execute [notepad.exe][!VWMDesk 2]

Also...RabidVWM seems to have a "move to this desktop and run this command" all in a single bang:

*Hotkey Win A !VWMOpen 2 notepad.exe

3

Re: [Resolved]One question about the rabidvwm

If you want to move to that desktop even when something other than litestep starts that program, you'll need to use literunner.

4 (edited by roam 2011-12-01 14:41:22 pm)

Re: [Resolved]One question about the rabidvwm

Thank Vyrolan and  Acidfire for  answers. smile

5

Re: [Resolved]One question about the rabidvwm

You're welcome. Did you get it to work?