From 6efdc2659c36187b7a832410e3b89ee5f1369394 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 1 Oct 2018 15:34:47 +0200 Subject: Fix autorandr config Offset successfully hid outer scratchpad borders but somehow broke multi-screen viewports in XMonad. --- gui/autorandr.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/autorandr.nix b/gui/autorandr.nix index 04526a4..4877ed5 100644 --- a/gui/autorandr.nix +++ b/gui/autorandr.nix @@ -33,7 +33,7 @@ HDMI3 = { enable = true; mode = "1280x1024"; - position = "1372x0"; + position = "1366x0"; }; }; }; -- cgit v1.2.3