Remove mouse speed because it fucks with games
This commit is contained in:
parent
7b9221610c
commit
ac70bced54
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
xinput --set-prop 'pointer:Corsair CORSAIR M55 RGB PRO Gaming Mouse' 'Coordinate Transformation Matrix' 0.1 0 0 0 0.1 0 0 0 1
|
||||
autorandr -c
|
||||
if (xrdb -query | grep -q "^awesome\\.started:\\s*true$"); then exit; fi
|
||||
xrdb -merge <<< "awesome.started:true"
|
||||
|
|
Loading…
Reference in a new issue