about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-07-16 06:35:58 +0200
committeraszlig <aszlig@redmoonstudios.org>2014-07-16 06:38:04 +0200
commita9886ecb73af0ac6a705e5c86640a727051803d6 (patch)
treeb37a58711102e62fb00c90a01069468f93fb0f1a /machines
parentaf9a848e07cf54db86d232f33a1f3cc7bbc590ee (diff)
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines')
-rw-r--r--machines/dnyarri.nix1
1 files changed, 1 insertions, 0 deletions
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)?\$"; };