diff --git a/system/desktop/home-manager/xmonad/Main.hs b/system/desktop/home-manager/xmonad/Main.hs index 0985080..a95bdf2 100644 --- a/system/desktop/home-manager/xmonad/Main.hs +++ b/system/desktop/home-manager/xmonad/Main.hs @@ -72,7 +72,6 @@ selectionColor = Solarized.violet nonSelectionColor :: String nonSelectionColor = Solarized.base02 - -- http://hackage.haskell.org/package/xmonad-contrib-0.15/docs/XMonad-Layout-Tabbed.html#t:Theme myLayout = (windowConfiguration $ myTabbed $ mySubLayout $ boringWindows resizeableTall) ||| noBorders Full where @@ -525,13 +524,8 @@ defaults = , keys = myKeys , mouseBindings = mouse - -- todo: historyLayout does not work with boring windows yet - , layoutHook = focusTracking $ myLayout - -- , layoutHook = focusTracking $ historyLayout myLayout - - -- todo : runAllPending does not work with boring windows yet - , logHook = myLogHook - -- , logHook = myLogHook <> runAllPending + , layoutHook = focusTracking $ historyLayout myLayout + , logHook = myLogHook <> runAllPending , startupHook = startUp , manageHook = myManageHook