diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-09-03 22:07:16 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-09-03 22:07:16 +0200 |
commit | ef8e085bd9a7134bd5145711c6389b415226f9d0 (patch) | |
tree | ed4bfff422fc88a317e7479accbb29dca4a7329b | |
parent | 18f4fb32222b31a39099cbe58b457518ce52b3e5 (diff) | |
download | dotfiles-ef8e085bd9a7134bd5145711c6389b415226f9d0.tar.gz dotfiles-ef8e085bd9a7134bd5145711c6389b415226f9d0.tar.bz2 dotfiles-ef8e085bd9a7134bd5145711c6389b415226f9d0.zip |
autodisable mouse on X startup
-rwxr-xr-x | Xinit/xinitrc | 4 |
1 files changed, 4 insertions, 0 deletions
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 & |