tuning + vpn

This commit is contained in:
Nico Schottelius 2023-07-20 15:53:37 +02:00
parent b27b25b572
commit a2687bf3ab
2 changed files with 5 additions and 2 deletions

View File

@ -39,6 +39,9 @@ if xinput list | grep -q "LXT2021:00 29BD:3201"; then
fi
if xinput list | grep -q "VEN_04F3:00 04F3:31D1 Touchpad"; then
xinput set-prop 'VEN_04F3:00 04F3:31D1 Touchpad' "Synaptics Palm Detection" 1
# 10, 200 by default
xinput set-prop 'VEN_04F3:00 04F3:31D1 Touchpad' 'Synaptics Palm Dimensions' 5 200
fi
# nb2

4
vpn.sh
View File

@ -38,12 +38,12 @@ case "$1" in
sudo wg-quick up rmr4n2
sudo wg-quick up rmr6n2
;;
sun)
sun2)
sudo wg-quick up rmr1n3
sudo wg-quick up rmr3n3
sudo wg-quick up rmr5n3
;;
sun2)
sun)
sudo wg-quick up rmr2n3
sudo wg-quick up rmr4n3
sudo wg-quick up rmr6n3