aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/conf/xmonad.hs10
1 files changed, 6 insertions, 4 deletions
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