Add tuxedo-touchpad-toggle executable - #13
Open
jluttine wants to merge 1 commit into
Open
Conversation
When executed, tuxedo-touchpad-toggle toggles the enabled/disabled state of the touchpad. This executable makes it easy to bind the toggle to any key combination so one can toggle the touchpad in any desktop environment.
Author
|
On my laptop, the touchpad toggle button has key code: 29+85+125 (found with So, I have the following line in my |
|
Thank you, this finally makes that feature work on my laptop using Arch. I usually only get
with As I'm usually on X I call it from i3: |
|
I rebased this branch on master and added this commit to make it work for my infinitybook pro gen8. @jluttine This PR looks quite stale, but you are free to add this commit if you want to update it 🙂 |
|
This would solve my issues with Sway. Just up voting. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR provides a solution for feature request #2
When executed, tuxedo-touchpad-toggle toggles the enabled/disabled state of the touchpad. This executable makes it easy to bind the toggle to any key combination so one can toggle the touchpad in any desktop environment.
The implementation is copied from the following comment: #2 (comment) (FYI, @Mi-La might own the copyright for it?)