From 4b4b913dcbe0e26368451d734f903bc590c0828d Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Wed, 13 Nov 2019 02:30:00 +0100 Subject: [PATCH] xmonad: enabled tabbed fix again --- system/desktop/home-manager/xmonad/Main.hs | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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