plugfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit b59a35e12c5f727ea72a72e3e964a233e948b82b
parent 1f753a52033fd325ecb4b420edd6b6d59a17f927
Author: nickfarrow <nicholas.w.farrow@gmail.com>
Date:   Tue, 12 Jan 2021 17:03:11 +1100

Arch update broke touchpad

Diffstat:
M.bashrc | 10+++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/.bashrc b/.bashrc @@ -131,11 +131,13 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/ tput smkx # Reverse scroll direction on trackpad -xinput set-prop "SynPS/2 Synaptics TouchPad" "Synaptics Scrolling Distance" -113 -113 +xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Natural Scrolling Enabled" 1 # Touch click -xinput set-prop "SynPS/2 Synaptics TouchPad" "Synaptics Tap Action" 0 0 0 0 1 3 2 +xinput set-prop 'SynPS/2 Synaptics TouchPad' 'libinput Tapping Enabled' 1 # horizontal scroll -xinput set-prop "SynPS/2 Synaptics TouchPad" "Synaptics Two-Finger Scrolling" 1 1 +#xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Two-Finger Scrolling" 1 1 +# Pointer speed +xinput set-prop 'SynPS/2 Synaptics TouchPad' 'libinput Accel Speed' 0.5 # Load .xresources theme (transparency for st) xrdb ~/.Xresources @@ -158,3 +160,5 @@ if [ -f ~/.bash_profile ]; then . ~/.bash_profile fi +export LC_ALL="en_US.UTF-8" +export LANG="en_US.UTF-8"