diff options
author | David Runge <david.runge@frqrec.com> | 2013-11-27 13:06:43 +0100 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2013-11-27 13:06:43 +0100 |
commit | ea3a93560a4abfda078908fa9668f0e9ded9d3ca (patch) | |
tree | 2e8aede4d1bc6d6f658c1066da0cb1a792a015df | |
parent | 0cd2b12aa50850519c9ba6a0c4d41d42bd6843b7 (diff) | |
download | dotfiles-ea3a93560a4abfda078908fa9668f0e9ded9d3ca.tar.gz dotfiles-ea3a93560a4abfda078908fa9668f0e9ded9d3ca.tar.bz2 dotfiles-ea3a93560a4abfda078908fa9668f0e9ded9d3ca.tar.xz dotfiles-ea3a93560a4abfda078908fa9668f0e9ded9d3ca.zip |
Added synergy configuration files for unixpool servers
-rw-r--r-- | .config/synergy-s4.conf | 27 | ||||
-rw-r--r-- | .config/synergy-s5.conf | 22 |
2 files changed, 49 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 diff --git a/.config/synergy-s5.conf b/.config/synergy-s5.conf new file mode 100644 index 0000000..bd87aa0 --- /dev/null +++ b/.config/synergy-s5.conf @@ -0,0 +1,22 @@ +# 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 + s4: + s5: + dvzrv: +end + +section: links + s4: + right = dvzrv + + s5: + left = dvzrv + + dvzrv: + left = s4 + right = s5 +end |