diff options
-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 |