repos/scripts

Simple scripts that I made for my personal computer to map keys, make bluetooth work, brightness keys, etc.
Commits Files Refs README LICENSE
disablemouseaccel (9 lines)
   1 #!/bin/bash
   2 
   3 
   4 xinput --set-prop 10 'libinput Accel Profile Enabled' 0, 1
   5 
   6 xinput --set-prop 'Logitech Wireless Mouse' 'libinput Accel Profile Enabled' 0, 1
   7 
   8 xinput --set-prop 'DLLA6AE:00 06CB:75DD Touchpad' 'libinput Tapping Enabled' 1
   9