Support for widescreen
This commit is contained in:
parent
bc82caba10
commit
1fba240b51
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ import Scratchpad (modify)
|
||||||
layouts = toggleLayouts fullscreen tiled
|
layouts = toggleLayouts fullscreen tiled
|
||||||
where
|
where
|
||||||
fullscreen = (noBorders Full)
|
fullscreen = (noBorders Full)
|
||||||
tiled = smarts $ ifWider 1280 wideScreen normalScreen
|
tiled = smarts $ ifWider (1920 + 1) wideScreen normalScreen
|
||||||
wideScreen = ThreeColMid 1 (5/100) (1/2)
|
wideScreen = ThreeColMid 1 (5/100) (1/2)
|
||||||
normalScreen = resizableTall
|
normalScreen = resizableTall
|
||||||
resizableTall = ResizableTall 1 (5/100) (1/2) []
|
resizableTall = ResizableTall 1 (5/100) (1/2) []
|
||||||
|
|
Loading…
Reference in a new issue