iberianpig / fusuma

Multitouch gestures with libinput driver on Linux
MIT License
3.63k stars 146 forks source link

mentioning of AUR-Builds in the Archsection? #276

Closed Shadowphoenix closed 1 year ago

Shadowphoenix commented 2 years ago

someone has built installscripts for the AUR, where you can pull all dependencies and all plugins as opt-depends - maybe mention them ^^

one would still need to add onesself to inputgroup but your command will do that

Link: https://aur.archlinux.org/packages/ruby-fusuma

iberianpig commented 2 years ago

I think the install scripts are useful, but some issues make it difficult to let users know what is happening behind the scenes. In particular, if you add $USER to the input group, the executing user needs to know that /dev/input/ will be readable.

Shadowphoenix commented 2 years ago

Maybe im just blissfully ignorant or blind but at least to me it seems this also does not get mentioned anywhere in your Readme/Documentations here on github.

Shadowphoenix commented 1 year ago

yeap, checked again - /dev/input being readable when you are part of Group input is missing in your documentation here (so you probably want to edit your readme accordingly). will make a merge request about that now. merge at your own discretion.

Shadowphoenix commented 1 year ago

https://github.com/iberianpig/fusuma/pull/289