From 77b49695ad4fe705c36eb09ddebca20492e43d2a Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 23 May 2019 15:44:30 +0200 Subject: Update majestix screen resolution --- gui/conf/xmonad.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/conf/xmonad.hs b/gui/conf/xmonad.hs index b064ec7..da4fce0 100644 --- a/gui/conf/xmonad.hs +++ b/gui/conf/xmonad.hs @@ -314,12 +314,12 @@ hideScreenBorder host (S.RationalRect x0 y0 w h) = S.RationalRect (x0-(bw/sw)) ( screenWidthOn host = case host of "obelix" -> 1920 - "majestix" -> 1680 + "majestix" -> 1920 "asterix" -> 1366 "athena" -> 2560 screenHeightOn host = case host of "obelix" -> 1200 - "majestix" -> 1050 + "majestix" -> 1080 "asterix" -> 768 "athena" -> 1440 borderWidthOn host = case host of -- cgit v1.2.3