From ef8e085bd9a7134bd5145711c6389b415226f9d0 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Thu, 3 Sep 2015 22:07:16 +0200 Subject: autodisable mouse on X startup --- Xinit/xinitrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Xinit/xinitrc') diff --git a/Xinit/xinitrc b/Xinit/xinitrc index 16cc56a..94ddc69 100755 --- a/Xinit/xinitrc +++ b/Xinit/xinitrc @@ -23,7 +23,11 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then unset f fi +# Autodisable rodent +sudo modprobe -r bcm5974 + # Make C-v always insert selection (disabled due to too much cpu wakepus) +### Disabled for use of too many cpu cycles #autocutsel -fork & #autocutsel -selection PRIMARY -fork & -- cgit v1.2.3-54-g00ecf