Support for widescreen

This commit is contained in:
Martin Potier 2019-09-25 10:03:08 +03:00
parent bc82caba10
commit 1fba240b51
No known key found for this signature in database
GPG Key ID: D4DD957DBA4AD89E

View File

@ -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) []