mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
fix bug in LayoutCombinators.
This commit is contained in:
parent
964a511cd9
commit
0292c8e4f5
@ -47,8 +47,8 @@ infixr 6 <||>, <//>, <-||>, <-//>, <||->, <//->, <|>, <-|>, <|->, </>, <-/>, </-
|
||||
(<-||>) = combineTwo (dragPane Vertical 0.1 0.2)
|
||||
(<||->) = combineTwo (dragPane Vertical 0.1 0.8)
|
||||
(<//>) = combineTwo (dragPane Horizontal 0.1 0.5)
|
||||
(<-//>) = combineTwo (dragPane Horizontal 0.1 0.2)
|
||||
(<//->) = combineTwo (dragPane Horizontal 0.1 0.8)
|
||||
(<-//>) = combineTwo (dragPane Horizontal 0.1 0.8)
|
||||
(<//->) = combineTwo (dragPane Horizontal 0.1 0.2)
|
||||
(<|>) = combineTwo (Tall 1 0.1 0.5)
|
||||
(<-|>) = combineTwo (Tall 1 0.1 0.8)
|
||||
(<|->) = combineTwo (Tall 1 0.1 0.1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user