mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -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
|
defaultConfig
|
||||||
{ borderWidth = 1 -- Width of the window border in pixels.
|
{ borderWidth = 1 -- Width of the window border in pixels.
|
||||||
, XMonad.workspaces = ["mutt","iceweasel","*scratch*"]
|
, XMonad.workspaces = ["mutt","iceweasel","*scratch*"]
|
||||||
, layoutHook = showWName $ workspaceDir "~" $ windowNavigation $
|
, layoutHook = showWName $ workspaceDir "~" $ smartBorders $ windowNavigation $
|
||||||
toggleLayouts (noBorders Full) $ avoidStruts $
|
toggleLayouts Full $ avoidStruts $
|
||||||
named "tabbed" (noBorders mytab) |||
|
named "tabbed" mytab |||
|
||||||
named "xclock" (mytab ****//* combineTwo Square mytab mytab) |||
|
named "xclock" (mytab ****//* combineTwo Square mytab mytab) |||
|
||||||
named "three" (mytab **//* mytab *//* combineTwo Square mytab mytab) |||
|
named "three" (mytab **//* mytab *//* combineTwo Square mytab mytab) |||
|
||||||
named "widescreen" ((mytab *||* mytab)
|
named "widescreen" ((mytab *||* mytab)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user