From 0970412aded98e9a4cbafabab5373a52e0320f64 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 23 Oct 2018 12:28:41 +0200 Subject: Fix asterix screen width --- gui/conf/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/conf/xmonad.hs') 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 -- cgit v1.2.3