mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
switch Droundy to smartBorders (which works better with ScratchWorkspace).
This commit is contained in:
parent
68a05495e5
commit
372f1e14fe
@ -137,9 +137,9 @@ config = -- withUrgencyHook FocusUrgencyHook $
|
||||
defaultConfig
|
||||
{ borderWidth = 1 -- Width of the window border in pixels.
|
||||
, XMonad.workspaces = ["mutt","iceweasel","*scratch*"]
|
||||
, layoutHook = showWName $ workspaceDir "~" $ windowNavigation $
|
||||
toggleLayouts (noBorders Full) $ avoidStruts $
|
||||
named "tabbed" (noBorders mytab) |||
|
||||
, layoutHook = showWName $ workspaceDir "~" $ smartBorders $ windowNavigation $
|
||||
toggleLayouts Full $ avoidStruts $
|
||||
named "tabbed" mytab |||
|
||||
named "xclock" (mytab ****//* combineTwo Square mytab mytab) |||
|
||||
named "three" (mytab **//* mytab *//* combineTwo Square mytab mytab) |||
|
||||
named "widescreen" ((mytab *||* mytab)
|
||||
|
Loading…
x
Reference in New Issue
Block a user