christophgysin/pasystray

Mouse wheel volume control is backwards

pmarks-net opened this issue · 4 comments

When I hover over the pasystray icon and scroll up (to be precise, I'm pushing the top of the wheel away from me), the volume decreases. When I scroll down, the volume increases. I would like to reverse the direction, but I don't see anything in the settings related to this.

OS: Debian testing, with lxqt

For me, it behaves the other way, so the way you would expect it to. I assume you might have the scroll axis inverted.

Nevertheless, I'd be happy to merge a PR that adds an option to invert the scroll events.

I found something interesting:

git clone https://github.com/christophgysin/pasystray.git
cd pasystray

sudo apt install libappindicator3-dev
./bootstrap.sh  # checking for APPINDICATOR... yes
make
src/pasystray  # scrolling is reversed

sudo apt remove libappindicator3-dev
./bootstrap.sh  # checking for APPINDICATOR... no
make
src/pasystray  # scrolling works correctly
lee-b commented

Happens for me too, and my scroll axis is NOT inverted.

image

pasystray 0.7.1
Ubuntu 22.04, xfce4+i3wm

Debian recently updated me to pasystray 0.8.0, and pasystray -r now scrolls the right way.