[xmonad] Issue 256 in xmonad: Xmonad should start programs in the
workspace they were launched
codesite-noreply at google.com
codesite-noreply at google.com
Wed Dec 31 11:57:06 EST 2008
Comment #1 on issue 256 by sean.escriva: Xmonad should start programs in
the workspace they were launched
http://code.google.com/p/xmonad/issues/detail?id=256
This is sane default behavior. Where applications launch can be finely
controlled in the ManageHook. For your case:
className =? "YourBrowsersClass" --> doShift "YourWebWorkspace"
There are other elements you can match on, see the documentation:
http://xmonad.org/xmonad-docs/xmonad/XMonad-ManageHook.html
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
More information about the xmonad
mailing list