diff options
| author | benj <benj@rse8.com> | 2020-05-26 20:41:40 -0700 |
|---|---|---|
| committer | benj <benj@rse8.com> | 2020-05-26 20:41:40 -0700 |
| commit | 6d57ff63faf724eaa36c8e54cf805de775c6dcf7 (patch) | |
| tree | 78046f6ee48d1f9da2385c1ca5371c9a7cbfb8e7 | |
| parent | 447505fe5248a17fcc060a70805b53b2e6bd2f5a (diff) | |
| download | setup-6d57ff63faf724eaa36c8e54cf805de775c6dcf7.tar setup-6d57ff63faf724eaa36c8e54cf805de775c6dcf7.tar.gz setup-6d57ff63faf724eaa36c8e54cf805de775c6dcf7.tar.bz2 setup-6d57ff63faf724eaa36c8e54cf805de775c6dcf7.tar.lz setup-6d57ff63faf724eaa36c8e54cf805de775c6dcf7.tar.xz setup-6d57ff63faf724eaa36c8e54cf805de775c6dcf7.tar.zst setup-6d57ff63faf724eaa36c8e54cf805de775c6dcf7.zip | |
opam, auracle, and randoms
| -rw-r--r-- | .bash_profile | 3 | ||||
| -rw-r--r-- | 30-libinput.conf | 8 |
2 files changed, 11 insertions, 0 deletions
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 |
