You are not logged in.

#1 2023-08-17 03:16:36

oprx
Member
Registered: 2023-08-17
Posts: 1

[SOLVED] Lowering Mouse Sensitivity

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"
EndSection

however 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

#2 2023-08-17 07:25:12

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,104

Re: [SOLVED] Lowering Mouse Sensitivity

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 accel

Offline

#3 2023-08-17 07:44:38

dogknowsnx
Guest

Re: [SOLVED] Lowering Mouse Sensitivity

oprx wrote:

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)

#4 2023-08-17 09:01:17

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,104

Offline

Board footer

Powered by FluxBB