1source 'https://rubygems.org'
2gem "fusuma", ">=3.0.0"
3gem "fusuma-plugin-appmatcher"
4gem "fusuma-plugin-keypress"
5gem "fusuma-plugin-sendkey"
6gem "fusuma-plugin-wmctrl"
7
8# I've not activated the following plugins for the reasons given below.
9
10# tap has been archived by upstream
11# gem "fusuma-plugin-tap"
12
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"
16
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"