#!/bin/sh
ACCEL=`xset q | grep accel | cut -d' ' -f5 |cut -d'/' -f1`
THRESHOLD=`xset q | grep thres | cut -d' ' -f11`
xset m 0 0
echo "\033[1;30m<<< mouse parameters:`xset q | grep accel` >>> \033[0m"
