mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
Alleviate clashing symbols with XMonad.ManageHook.<||>
This commit is contained in:
parent
2bcef79a1f
commit
f18819f306
@ -134,7 +134,7 @@ config = defaultConfig
|
||||
toggleLayouts (noBorders Full) $ -- avoidStruts $
|
||||
Named "tabbed" (noBorders mytab) |||
|
||||
Named "xclock" (mytab <-//> combineTwo Square mytab mytab) |||
|
||||
Named "widescreen" ((mytab <||> mytab)
|
||||
Named "widescreen" ((mytab XMonad.Layout.LayoutCombinators.<||> mytab)
|
||||
<-//> combineTwo Square mytab mytab) |||
|
||||
mosaic 0.25 0.5
|
||||
, terminal = "xterm" -- The preferred terminal program.
|
||||
|
@ -26,7 +26,7 @@ module XMonad.Layout.LayoutCombinators (
|
||||
|
||||
import Data.Maybe ( isJust, isNothing )
|
||||
|
||||
import XMonad
|
||||
import XMonad.Core
|
||||
import XMonad.Layouts ( Tall(..), Mirror(..), ChangeLayout(NextLayout) )
|
||||
import XMonad.Layout.Combo
|
||||
import XMonad.Layout.DragPane
|
||||
|
Loading…
x
Reference in New Issue
Block a user