5 lines
52 B
Bash
5 lines
52 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
#disable mouse acceleration
|
||
|
xset m 0 0
|