Discussion:
[xmonad] [patch] X.P.Window: window selector for the prompt and BringToMaster action
l***@abesis.fr
2015-12-13 18:40:01 UTC
Permalink
Hi all,

Here is the commit message of attached patch:

* X.P.Window: window selector for the prompt and BringToMaster action

- The set of windows proposed by the prompt can be parametrized. Two
helper functions are currently defined. One for selecting all
available windows and another one for selecting all windows of the
current workspace.

- Add BringToMaster action which brings the selected window to the
current workspace and set it as master.

- windowPromptGoto, windowPromptBring, windowPromptBringCopy are
marked as deprecated since they can be realized by the more generic
windowPrompt function.
For instance, "windowPromptGoto prompt" can be easily replaced by
"windowPrompt prompt Goto allWindows".

Cheers,
Antoine.
Brandon Allbery
2015-12-13 19:24:36 UTC
Permalink
Given that we've moved to github, you might want to resubmit this as a pull
request.
--
brandon s allbery kf8nh sine nomine associates
***@gmail.com ***@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
l***@abesis.fr
2015-12-13 19:42:46 UTC
Permalink
Post by Brandon Allbery
Given that we've moved to github, you might want to resubmit this as a pull
request.
Done.

We should quickly update
https://wiki.haskell.org/Xmonad/xmonad_development_tutorial since it's
still mentionning the darcs XmonadContrib repo.

Antoine.

Loading...