summaryrefslogtreecommitdiff
path: root/root_scripts/wayland_config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'root_scripts/wayland_config.sh')
-rwxr-xr-xroot_scripts/wayland_config.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/root_scripts/wayland_config.sh b/root_scripts/wayland_config.sh
index f845bae..a990958 100755
--- a/root_scripts/wayland_config.sh
+++ b/root_scripts/wayland_config.sh
@@ -8,3 +8,15 @@ echo "export XDG_RUNTIME_DIR=/var/run/user/`id -u`" >> /root/.profile
sysrc seatd_enable="YES"
service seatd start
+
+
+# from https://xyinn.org/md/freebsd/framework_laptop_11th_gen
+# for gestures, add this to the sway.conf
+
+# input type:touchpad {
+# dwt enabled
+# tap enabled
+# middle_emulation enable
+# tap_button_map lrm
+# scroll_method two_finger
+# }