[xmonad] Re: Issue 343 in xmonad: XMonad.Prompt.RunOrRaise doesnt always detect an already running program

codesite-noreply at google.com codesite-noreply at google.com
Mon Nov 23 14:59:30 EST 2009


Comment #5 on issue 343 by SpencerJanssen: XMonad.Prompt.RunOrRaise doesnt  
always detect an already running program
http://code.google.com/p/xmonad/issues/detail?id=343

raiseBrowser won't help here, it makes the same mistake of assuming that the
application's command-line name is the same as WM_CLASS.

An alternative is to replace the hard-coded isApp with an argument to
runOrRaisePrompt, allowing the user to extend the set of workarounds.  I say
"workaround" because what RunOrRaise attempts to do is not possible in  
general, as
there is no standard way to match command lines with X windows.

--
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