[xmonad] [patch] XMonad.Hooks.InsertPosition per workspace

Frank Busse s8876092 at mail.zih.tu-dresden.de
Mon Sep 5 18:09:54 CEST 2011


Hi,

a small patch that might be useful for others. It adds
insertPositionPerWorkspace to XMonad.Hooks.InsertPosition and allows to
define insertPosition for a particular workspace.

Example:
--
manageHook = insertPositionPerWorkspace
[("5:www",(Below,Older))] Below Newer <+> myManageHook
--

"5:www" is my tabbed workspace for uzbl-browser. A new window
opens in "background" and the focus remains on the old window, whereas
in every other workspace the new window is focused.


Kind regards,

Frank
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ippw.patch
Type: text/x-patch
Size: 2556 bytes
Desc: not available
URL: <http://www.haskell.org/pipermail/xmonad/attachments/20110905/4f4d0438/attachment.bin>


More information about the xmonad mailing list