diff options
Diffstat (limited to 'Xinit/xinitrc')
-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 & |