Tony Tascioglu Wiki

TechnoTony Wiki - Tony Tascioglu's personal public knowledge-base!

User Tools

Site Tools


scripts:i3:mouse_acceleration
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


scripts:i3:mouse_acceleration [2022-06-03 20:47] (current) – created Tony
Line 1: Line 1:
 +===== Disable Mouse Acceleration in i3 =====
 +
 +
 +I don't like mouse acceleration usually, and prefer to use a linear model. On full DE's like KDE, there is always an option to set this.
 +
 +In i3, we can set all mice to disable acceleration using libinput and xinput
 +
 +<code>exec_always for id in $(xinput list | grep "pointer" | cut -d '=' -f 2 | cut -f 1); do xinput --set-prop $id 'libinput Accel Profile Enabled' 0, 1; done
 +</code>
  
scripts/i3/mouse_acceleration.txt · Last modified: by Tony