Track ~/.xlaunch.d.zondaii/
authorSiraaj Khandkar <siraaj@khandkar.net>
Wed, 15 Jun 2022 20:20:15 +0000 (13:20 -0700)
committerSiraaj Khandkar <siraaj@khandkar.net>
Wed, 15 Jun 2022 20:20:15 +0000 (13:20 -0700)
home/.xlaunch.d.zondaii/compositor [new file with mode: 0755]
home/.xlaunch.d.zondaii/xinput [new file with mode: 0755]

diff --git a/home/.xlaunch.d.zondaii/compositor b/home/.xlaunch.d.zondaii/compositor
new file mode 100755 (executable)
index 0000000..2f875ea
--- /dev/null
@@ -0,0 +1,8 @@
+#! /bin/bash
+
+compton \
+    --shadow \
+    &
+#    --active-opacity=0.9 \
+#    --inactive-opacity=0.6 \
+#    &
diff --git a/home/.xlaunch.d.zondaii/xinput b/home/.xlaunch.d.zondaii/xinput
new file mode 100755 (executable)
index 0000000..cc23432
--- /dev/null
@@ -0,0 +1,8 @@
+#! /bin/bash
+
+set -e
+
+touchpad_name='DLL096D:01 06CB:CDE6 Touchpad'   # Dell XPS 13 9300
+
+# Enable tap-to-click (1-finger: left-click, 2-finger: right-click)
+xinput set-prop "$touchpad_name" 'libinput Tapping Enabled' 1
This page took 0.021076 seconds and 4 git commands to generate.