windowPromptBringCopy

Hello all, I've been playing around with window prompt, and totally digging it. I thought it was lacking the ability to bring a copy of a window to the current workspace, so I wrote a quick implementation. I've included a patch of Window.hs in case anyone is interested. -matt

I followed the instructions on the wiki to create a darcs patch, but
it failed due to my X version not being high enough. So once I
resolve that, I'll repost.
-matt
On Thu, Oct 9, 2008 at 11:36 AM, Matt Brown
Hello all,
I've been playing around with window prompt, and totally digging it. I thought it was lacking the ability to bring a copy of a window to the current workspace, so I wrote a quick implementation. I've included a patch of Window.hs in case anyone is interested.
-matt

thanks for the tip. I'll include that in the patch.
On Thu, Oct 9, 2008 at 9:25 PM, Devin Mullins
On Thu, Oct 09, 2008 at 11:36:59AM -0700, Matt Brown wrote:
+bringCopyWindow w ws = copyWindow w (W.tag . W.workspace . W.current $ ws) ws There's a W.currentTag which == W.tag . W.workspace . W.current.
xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad
participants (2)
-
Devin Mullins
-
Matt Brown