You are not logged in.
Pages: 1
I would like to change my mouse sensitivity much lower. I am using i3 as my DE & wayland.
I have pasted this code into this file in /etc/99-libinput-custom-config.conf:
Section "InputClass"
Identifier "MyMouseSettings"
MatchDriver "libinput"
MatchProduct "Glorious Glorious Model I"
Option "AccelSpeed" "0.01"
Option "AccelProfile" "flat"
EndSectionhowever it still does not change my mouse sensitivity and slight movement brings my pointer from 1 end of the monitor to the other end
[EDIT]
I have solved this by reinstalling arch linux and installing wayland correctly since it seems I have messed up something in the process of installing wayland.
Last edited by oprx (2023-08-17 11:56:08)
Offline
The thing seems to have a bunch of HW DPI buttons, do they allow you to alter the mouse DPI?
There's https://aur.archlinux.org/packages/gloriousctl but idk whether it supports your mouse.
xinput list
xset q | grep accelOffline
I am using i3 as my DE & wayland.
Are you saying you're using i3 alongside a wayland compositor? If you're only running i3, you're not "using" wayland...
You might want to take a peek at:
https://wiki.archlinux.org/title/Sway#top-page
https://wiki.archlinux.org/title/Sway#Input_devices
EDIT: Welcome to the forums!
EDIT #2: @oprx In order for this topic to be of any use to others facing a similar issue, you also may want to leave a comment on how you went about solving your issue...
Last edited by dogknowsnx (2023-08-17 09:05:45)
How is this solved?
https://wiki.archlinux.org/title/Genera … way_street
Offline
Pages: 1