1 source 'https://rubygems.org'
2 gem "fusuma", ">=3.0.0"
3 gem "fusuma-plugin-appmatcher"
4 gem "fusuma-plugin-keypress"
5 gem "fusuma-plugin-sendkey"
6 gem "fusuma-plugin-wmctrl"
8 # I've not activated the following plugins for the reasons given below.
10 # tap has been archived by upstream
11 # gem "fusuma-plugin-tap"
13 # touchscreen needs specific h/w support I don't have access to, so I can't confirm
14 # if it's problem free. A quick check didn't reveal any problems.
15 #gem "fusuma-plugin-touchscreen"
17 # thumbsense pulls in remap, and at best remap requires further configuration to allow the use access to event devices.
18 #gem "fusuma-plugin-thumbsense"
19 #gem "fusuma-plugin-remap"