aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-11-25 12:36:01 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-11-25 12:38:08 +1300
commitd2fce5980a5f5c2ce7864003771443f133cef5b8 (patch)
tree8f5fcf05d5c279bd2a6ce6d620e5c2cb3b178099
parentRemove vim-tiny workaround for 'undodir' setting (diff)
downloaddotfiles-d2fce5980a5f5c2ce7864003771443f133cef5b8.tar.gz
dotfiles-d2fce5980a5f5c2ce7864003771443f133cef5b8.zip
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'.
-rw-r--r--X/xinitrc2
1 files changed, 1 insertions, 1 deletions
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