diff --git a/xmonad.hs b/xmonad.hs index 6278188..402a70e 100755 --- a/xmonad.hs +++ b/xmonad.hs @@ -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) []