-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Hyprland Advanced Gestures with libinput-gestures #42
Comments
Let's discuss this further on the discord
So far the rule of thumb in this repo has been to wait until these WM packages are added to the fedora repos before pulling them in. This ensures a baseline packaging quality standard. |
I modified the input-groupadd script:
Here is the LOGFILE in question
This shows that it did attempt to add the "dev" user to group input The systemd unit is now running to completion Some more outputs that may be useful: ❯ getent group input ~ The problem is clearly a permissions problem. Maybe it's due to Fedora Atomic? I copied the logic from how wayblue sets SDDM as the display manager. This script works in their case
Any thoughts? |
For future reference:
Then from the CLI:
and added the line Then I was able to run |
FYI, your - type: systemd
system:
enabled:
- sddm-boot.service
- input-groupadd.service
- tailscaled.service
disabled:
- rpm-ostree-countme.timer |
Hi team wayblue,
First off than you so much for this project.
I am currently working on my custom hyprland image. I am blocked on adding advanced gestures, using libinput-gestures as per the hyprland docs.
I have already created a COPR repo for the latest libinput gestures. You can find the spec file here.
The relevant parts of my recipe.yml are below:
Drawing inspiration from wayblue's method for setting SDDM, I created the following files:
However something is broken, here is the output of
journalctl -u input-groupadd.service
:Any ideas on how to fix this?
Once this works I will add a PR so that other wayblue users may leverage advanced gestures with their hyprland.
The text was updated successfully, but these errors were encountered: