Skip to content

Instantly share code, notes, and snippets.

View StenHigh's full-sized avatar
😎
I am working

Dzianis StenHigh

😎
I am working
View GitHub Profile
@StenHigh
StenHigh / toucpadGnome.sh
Last active May 29, 2019 14:57
Ubuntu Gnome touchpad 4 finger
#!/usr/bin/env bash
sudo apt install touchegg -f
cat >> ~/.xprofile <<EOL
synclient ClickFinger4=0
synclient TapButton4=0
touchegg &
EOL
cat > ~/config/touchegg/touchegg.conf <<EOL