xmonad: enabled tabbed fix again

This commit is contained in:
Ingolf Wagner 2019-11-13 02:30:00 +01:00
parent 57f84fadc1
commit 4b4b913dcb
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -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