mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 08:15:21 +01:00
[GH-ISSUE #652] on_scroll_[up/down] dont work in Hyprland with touchpad #218
Labels
No labels
A:Build
A:CI
A:Client
A:Config
A:Core
A:Documentation
A:Documentation
A:IPC
A:Testing
A:UX/UI
blocked
BREAKING CHANGE
duplicate
good first issue
GTK4
help wanted
invalid
M:Battery
M:Battery
M:Bindmode
M:Bluetooth
M:Brightness
M:Cairo
M:Clipboard
M:Clock
M:Clock
M:Custom
M:Focused
M:Keyboard
M:Launcher
M:Menu
M:Music
M:Music
M:Music
M:Network Manager
M:Notifications
M:SysInfo
M:Tray
M:Volume
M:Workspaces
partially resolved
P:Critical
P:High
P:Low
P:Medium
pull-request
T:Bug
T:Bug
T:Core Enhancement
T:Module Enhancement
T:New Module
T:Question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/ironbar#218
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ralencode on GitHub (Jun 30, 2024).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/652
Describe the bug
on_scroll module properties dont work in latest Hyprland
To Reproduce
Expected behavior
Volume changes on scroll up and down
System information:
Configuration
Config
Styles
Additional context
on_click_[right/middle] properties work as expected, left doesn't seem to work too
@LoneWolf4713 commented on GitHub (Aug 11, 2024):
the weird thing for me is, scroll works on using a physical mouse, but not when using laptop's touchpad scrolling. which is a real issue as i'm a laptop user.
@ralencode commented on GitHub (Aug 19, 2024):
i didnt test with a mouse, but touchpad doesnt work. i should have specified it maybe
@JakeStanger commented on GitHub (Nov 4, 2024):
Apologies this took so long! Finally grabbed my laptop so I could test.
@ralencode commented on GitHub (Nov 4, 2024):
it definitely doesn't work with touchpad. it worked with mouse wheel (ps4 gamepad mapping with antimicrox) at first, but now that doesnt work either (after some restarts). both aur ironbar-git package and binary built from git sources.


@ralencode commented on GitHub (Nov 4, 2024):
libinput debug tells me that touchpad is POINTER_SCROLL_FINGER event and gamepad stick is POINTER_SCROLL_WHEEL, if its helpful
@JakeStanger commented on GitHub (Nov 10, 2024):
Looks like my fix also ended up breaking it in unintended ways. I've just pushed another fix that may help your issue, but should at least get it working on mouse/trackpad.
@ralencode commented on GitHub (Nov 10, 2024):
finally, it works!
@JakeStanger commented on GitHub (Nov 10, 2024):
Cool thanks for confirming, in that case I'll re-close.