aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bash_profile3
-rw-r--r--30-libinput.conf8
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