plugfiles

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

commit 9ce95a6f1ce68d14837099afbabd7f458d5dcc42
parent 56b96c2f45d70e548dba0dc78d4e563d551dd239
Author: nickfarrow <nicholas.w.farrow@gmail.com>
Date:   Sun, 18 Jul 2021 03:44:06 +1000

update bashrc

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

diff --git a/.bashrc b/.bashrc @@ -131,13 +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" "libinput Natural Scrolling Enabled" 1 +xinput set-prop "Synaptics TM3512-010" "libinput Natural Scrolling Enabled" 1 # Touch click -xinput set-prop 'SynPS/2 Synaptics TouchPad' 'libinput Tapping Enabled' 1 +xinput set-prop 'Synaptics TM3512-010' 'libinput Tapping Enabled' 1 # horizontal scroll #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 +xinput set-prop 'Synaptics TM3512-010' 'libinput Accel Speed' 0.5 # Load .xresources theme (transparency for st) xrdb ~/.Xresources @@ -162,3 +162,4 @@ fi export LC_ALL="en_US.UTF-8" export LANG="en_US.UTF-8" +alias mon2cam="deno run --unstable -A -r -q https://raw.githubusercontent.com/ShayBox/Mon2Cam/master/src/mod.ts"