Skip to content

Instantly share code, notes, and snippets.

@leminh111
Forked from lancew/gist:4001624
Last active December 7, 2015 03:43
Show Gist options
  • Save leminh111/93f05e19c2250e14495d to your computer and use it in GitHub Desktop.
Save leminh111/93f05e19c2250e14495d to your computer and use it in GitHub Desktop.
xmonad natural scrolling
echo "pointer = 1 2 3 5 4 7 6 8 9 10 11 12" >> ~/.Xmodmap && xmodmap ~/.Xmodmap
echo "
# Xmodmap
if [ -s ~/.Xmodmap ]; then
xmodmap ~/.Xmodmap
fi
" >> ~/.xinitrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment