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 :: String
|
||||||
nonSelectionColor = Solarized.base02
|
nonSelectionColor = Solarized.base02
|
||||||
|
|
||||||
|
|
||||||
-- http://hackage.haskell.org/package/xmonad-contrib-0.15/docs/XMonad-Layout-Tabbed.html#t:Theme
|
-- http://hackage.haskell.org/package/xmonad-contrib-0.15/docs/XMonad-Layout-Tabbed.html#t:Theme
|
||||||
myLayout = (windowConfiguration $ myTabbed $ mySubLayout $ boringWindows resizeableTall) ||| noBorders Full
|
myLayout = (windowConfiguration $ myTabbed $ mySubLayout $ boringWindows resizeableTall) ||| noBorders Full
|
||||||
where
|
where
|
||||||
|
@ -525,13 +524,8 @@ defaults =
|
||||||
, keys = myKeys
|
, keys = myKeys
|
||||||
, mouseBindings = mouse
|
, mouseBindings = mouse
|
||||||
|
|
||||||
-- todo: historyLayout does not work with boring windows yet
|
, layoutHook = focusTracking $ historyLayout myLayout
|
||||||
, layoutHook = focusTracking $ myLayout
|
, logHook = myLogHook <> runAllPending
|
||||||
-- , layoutHook = focusTracking $ historyLayout myLayout
|
|
||||||
|
|
||||||
-- todo : runAllPending does not work with boring windows yet
|
|
||||||
, logHook = myLogHook
|
|
||||||
-- , logHook = myLogHook <> runAllPending
|
|
||||||
|
|
||||||
, startupHook = startUp
|
, startupHook = startUp
|
||||||
, manageHook = myManageHook
|
, manageHook = myManageHook
|
||||||
|
|
Loading…
Reference in a new issue