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
|
||||
where
|
||||
fullscreen = (noBorders Full)
|
||||
tiled = smarts $ ifWider 1280 wideScreen normalScreen
|
||||
tiled = smarts $ ifWider (1920 + 1) wideScreen normalScreen
|
||||
wideScreen = ThreeColMid 1 (5/100) (1/2)
|
||||
normalScreen = resizableTall
|
||||
resizableTall = ResizableTall 1 (5/100) (1/2) []
|
||||
|
|
Loading…
Reference in a new issue