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 $
|
toggleLayouts (noBorders Full) $ -- avoidStruts $
|
||||||
Named "tabbed" (noBorders mytab) |||
|
Named "tabbed" (noBorders mytab) |||
|
||||||
Named "xclock" (mytab <-//> combineTwo Square mytab mytab) |||
|
Named "xclock" (mytab <-//> combineTwo Square mytab mytab) |||
|
||||||
Named "widescreen" ((mytab <||> mytab)
|
Named "widescreen" ((mytab XMonad.Layout.LayoutCombinators.<||> mytab)
|
||||||
<-//> combineTwo Square mytab mytab) |||
|
<-//> combineTwo Square mytab mytab) |||
|
||||||
mosaic 0.25 0.5
|
mosaic 0.25 0.5
|
||||||
, terminal = "xterm" -- The preferred terminal program.
|
, terminal = "xterm" -- The preferred terminal program.
|
||||||
|
@ -26,7 +26,7 @@ module XMonad.Layout.LayoutCombinators (
|
|||||||
|
|
||||||
import Data.Maybe ( isJust, isNothing )
|
import Data.Maybe ( isJust, isNothing )
|
||||||
|
|
||||||
import XMonad
|
import XMonad.Core
|
||||||
import XMonad.Layouts ( Tall(..), Mirror(..), ChangeLayout(NextLayout) )
|
import XMonad.Layouts ( Tall(..), Mirror(..), ChangeLayout(NextLayout) )
|
||||||
import XMonad.Layout.Combo
|
import XMonad.Layout.Combo
|
||||||
import XMonad.Layout.DragPane
|
import XMonad.Layout.DragPane
|
||||||
|
Loading…
x
Reference in New Issue
Block a user