https://bugs.kde.org/show_bug.cgi?id=504013
--- Comment #7 from rudrapratapsi...@protonmail.com --- In the mean time it gets implemented, I found a workaround for my Arch based system, with the help of Arch Wiki (check libinput) 1. Install libinput-config, paru -S libinput-config (arch wiki suggested libinput-config-git, but it didn't work for me) 2. create a file, /etc/libinput.conf 3. Put the following in the file, override-compositor=enabled scroll-button=0x114 4. Reboot You can check for the mouse buttons codes here, https://github.com/torvalds/linux/blob/bb7c241fae6228e89c0286ffd6f249b3b0dea225/include/uapi/linux/input-event-codes.h#L355 I was playing with the scroll wheel when I first rebooted and my PC got stuck in a loop, so don't do that I guess. -- You are receiving this mail because: You are watching all bug changes.