xmonad: enabled tabbed fix again
This commit is contained in:
parent
57f84fadc1
commit
4b4b913dcb
1 changed files with 2 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue