Skip to content
New issue

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

Add button click support with libinput/Fix issue#130 about running buckle in another directory #133

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Marlon830
Copy link

  • Add button click support with libinput by adding a function to handle libinput pointer click event and update the switch-case in handle_events. I installed buckle and noticed that button clicks didn't trigger any sound with libinput, so I took a look at the code and fixed it.
  • Fix issue#130 about running buckle in another directory by changing PATH_AUDIO variable in Makefile so that it can be run from any directory.

…TH_AUDIO variable in Makefile so that it can be run from any directory
…nput and modified handle_events switch-case so that it handles click events too
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running buckle using its path doesn't work—must cd into its directory
1 participant