From 8b4b0320343c39c3608945dcb8bbd81d1627af1a Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 14 Dec 2018 16:25:00 +0100 Subject: Add majestix's resolution to XMonad config --- gui/conf/xmonad.hs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'gui/conf/xmonad.hs') diff --git a/gui/conf/xmonad.hs b/gui/conf/xmonad.hs index dacc90a..79c7ace 100644 --- a/gui/conf/xmonad.hs +++ b/gui/conf/xmonad.hs @@ -292,8 +292,10 @@ hideScreenBorder host (S.RationalRect x0 y0 w h) = S.RationalRect (x0-(bw/sw)) ( sh = screenHeightOn host screenWidthOn host = case host of - "obelix" -> 1920 - "asterix" -> 1366 + "obelix" -> 1920 + "majestix" -> 1680 + "asterix" -> 1366 screenHeightOn host = case host of - "obelix" -> 1200 - "asterix" -> 768 + "obelix" -> 1200 + "majestix" -> 1050 + "asterix" -> 768 -- cgit v1.2.3