We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. No instructions on setting up fusuma on Fedora.
Describe the solution you'd like Update the README to include the following instructions:
You need libinput release 1.0 or later.
libinput
sudo dnf install libinput
Fusuma runs in Ruby, so you must install it first.
sudo dnf install ruby
sudo gem install fusuma
For sending shortcuts:
sudo dnf install xdotool
The text was updated successfully, but these errors were encountered:
Thanks for your suggestion. Cloud you make a pull request for updating README.md?
Sorry, something went wrong.
I think there is actually a mistake here. Section 3 should be sudo gem install fusuma. Fusuma is not in the repos (at least not on Fedora 34).
You're right, updated the issue now.
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
No instructions on setting up fusuma on Fedora.
Describe the solution you'd like
Update the README to include the following instructions:
1. Install libinput-tools
You need
libinput
release 1.0 or later.2. Install Ruby
Fusuma runs in Ruby, so you must install it first.
3. Install Fusuma
4. Install xdotool (optional)
For sending shortcuts:
The text was updated successfully, but these errors were encountered: