-
Notifications
You must be signed in to change notification settings - Fork 43
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
Rofi unresponsive to touch input[BUG] #122
Comments
is this solved? I have same problems |
It is also unresponsive to mouse input for me. Perhaps mouse/trackpad/touch support was not added anyways, since you would need to rewrite a few things since you wouldn't be able to fall back on |
For mouse input you can do this (adapt to your theme/config):
For me this works better than the default with a mouse, i.e. click selects and release accepts. This works the same with trackpad for me (under Hyprland). However, I came here because touch screen also isn't working. I checked with (Ideally something semantically clear as EDIT: I took a quick look at the source, and noticed that input events are handled by |
Rofi version (rofi -v or git commit in case of build issue)
1.7.5+wayland3-3-g47ae31eb (makepkg)
Configuration
https://gist.github.com/Mahgozar/e2f5afb41231f13dfaf91e3d90d6b264
Theme
https://gist.github.com/Mahgozar/381d21193b224f58bb83ac852fa972c6
Timing report
No response
Launch command
rofi -show drun --show-icons
Step to reproduce
launch rofi
try to launch an app with touch input
nothing happens
Expected behavior
after clicking on the apps with touch screen they are expected to be launched
Actual behavior
unresponsive to touch input
Additional information
No response
Using wayland display server protocol
I've checked if the issue exists in the latest stable release
The text was updated successfully, but these errors were encountered: