aboutsummaryrefslogtreecommitdiffstats
path: root/.config/synergy-s4.conf
diff options
context:
space:
mode:
authorDavid Runge <david.runge@frqrec.com>2013-11-27 13:06:43 +0100
committerDavid Runge <david.runge@frqrec.com>2013-11-27 13:06:43 +0100
commitea3a93560a4abfda078908fa9668f0e9ded9d3ca (patch)
tree2e8aede4d1bc6d6f658c1066da0cb1a792a015df /.config/synergy-s4.conf
parent0cd2b12aa50850519c9ba6a0c4d41d42bd6843b7 (diff)
downloaddotfiles-ea3a93560a4abfda078908fa9668f0e9ded9d3ca.tar.gz
dotfiles-ea3a93560a4abfda078908fa9668f0e9ded9d3ca.tar.bz2
dotfiles-ea3a93560a4abfda078908fa9668f0e9ded9d3ca.tar.xz
dotfiles-ea3a93560a4abfda078908fa9668f0e9ded9d3ca.zip
Added synergy configuration files for unixpool servers
Diffstat (limited to '.config/synergy-s4.conf')
-rw-r--r--.config/synergy-s4.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/.config/synergy-s4.conf b/.config/synergy-s4.conf
new file mode 100644
index 0000000..6d7c579
--- /dev/null
+++ b/.config/synergy-s4.conf
@@ -0,0 +1,27 @@
+# sample synergy configuration file
+#
+# comments begin with the # character and continue to the end of
+# line. comments may appear anywhere the syntax permits.
+
+section: screens
+ dvzrv:
+ s4:
+ s5:
+ c75:
+end
+
+section: links
+ dvzrv:
+ right= s4
+ left = c75
+
+ s4:
+ right = s5
+ left = dvzrv
+
+ s5:
+ left = s4
+
+ c75:
+ right = dvzrv
+end