From d2fce5980a5f5c2ce7864003771443f133cef5b8 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 25 Nov 2018 12:36:01 +1300 Subject: Use full "mouse" for xset(1) call in ~/.xinitrc From xset(1): > The m option controls the mouse parameters; it may be abbreviated to > 'm'. --- X/xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/X/xinitrc b/X/xinitrc index 6f2ad45f..e86cac4d 100644 --- a/X/xinitrc +++ b/X/xinitrc @@ -5,7 +5,7 @@ xrdb "$HOME"/.Xresources # Faster mouse acceleration with a natural threshold -xset m 5/2 0 +xset mouse 5/2 0 # Load all supplementary scripts in ~/.xinitrc.d for sh in "$HOME"/.xinitrc.d/*.sh ; do -- cgit v1.2.3