diff options
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/conf/xmonad.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/gui/conf/xmonad.hs b/gui/conf/xmonad.hs index 317cbf0..d3e3431 100644 --- a/gui/conf/xmonad.hs +++ b/gui/conf/xmonad.hs @@ -286,7 +286,7 @@ hideScreenBorder host (S.RationalRect x0 y0 w h) = S.RationalRect (x0-(bw/sw)) (  screenWidthOn  host = case host of    "obelix"  -> 1920 -  "asterix" -> 1280 +  "asterix" -> 1366  screenHeightOn host = case host of    "obelix"  -> 1200    "asterix" -> 768 | 
