From 6d57ff63faf724eaa36c8e54cf805de775c6dcf7 Mon Sep 17 00:00:00 2001 From: benj Date: Tue, 26 May 2020 20:41:40 -0700 Subject: opam, auracle, and randoms --- .bash_profile | 3 +++ 30-libinput.conf | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 30-libinput.conf diff --git a/.bash_profile b/.bash_profile index fef0e14..027c569 100644 --- a/.bash_profile +++ b/.bash_profile @@ -8,3 +8,6 @@ export PATH [[ -f ~/.bashrc ]] && . ~/.bashrc source ~/.setup/.bash_profile.local + +# opam configuration +test -r /home/benj/.opam/opam-init/init.sh && . /home/benj/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true diff --git a/30-libinput.conf b/30-libinput.conf new file mode 100644 index 0000000..2940238 --- /dev/null +++ b/30-libinput.conf @@ -0,0 +1,8 @@ +Section "InputClass" + Identifier "libinput touchpad catchall" + MatchIsTouchpad "on" + MatchDevicePath "/dev/input/event*" + Driver "libinput" + Option "HorizontalScrolling" "true" + Option "NaturalScrolling" "true" +EndSection -- cgit v1.2.3