aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/conf/xmonad.hs4
1 files 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