From a9886ecb73af0ac6a705e5c86640a727051803d6 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 16 Jul 2014 06:35:58 +0200 Subject: i3: Reverse head assignment for dnyarri. This is because of a limitation of Synergy not being able to cope with multihead assignments. At least not at the time I have implemented it at first, so might be worth to check if it has improved in the meantime. Signed-off-by: aszlig --- machines/dnyarri.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'machines/dnyarri.nix') diff --git a/machines/dnyarri.nix b/machines/dnyarri.nix index 378e29db..bc3ac135 100644 --- a/machines/dnyarri.nix +++ b/machines/dnyarri.nix @@ -133,6 +133,7 @@ with import ../lib; services.xserver.videoDrivers = [ "ati" ]; services.xserver.xrandrHeads = [ "HDMI-0" "DVI-0" ]; + aszlig.i3.reverseHeads = true; aszlig.i3.workspaces."6" = { label = "Chromium"; assign = singleton { class = "^Chromium(?:-browser)?\$"; }; -- cgit 1.4.1