
5 Sep
2011
5 Sep
'11
12:09 p.m.
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