The Craftsman's Blog
Andi Altendorfer, e-Matrix Innovations
A playground and sandbox for
Altex
Andi, 2020-03-20
Since I set up my little Linux box- after sticking with Mac for decades -I could manage
a simple and easy setup. The only thing that drives me crazy was the lack of “natural
scrolling.”
After a lot of research, try and fail, and hair scrambling, finally, here is how I
managed to get natural scrolling back (for all applications)
First, write a simple shell script.
# $HOME/bin/natural_scrolling
id=`xinput list | grep -i "Wireless Device Mo....
Andi, 2020-02-08
