Change summary
dot_local/bin/executable_startup-i3.tmpl | 11 +++++++++++
1 file changed, 11 insertions(+)
Detailed changes
@@ -47,4 +47,15 @@ i3-msg workspace 2
sleep 50
i3-msg exec "nextcloud"
+##############################
+# Wacom tablet configuration #
+##############################
+
+# Tablet button 1 = delete
+xsetwacom set "Wacom Intuos BT S Pad pad" Button 1 "key del"
+# Tablet button 3 = ctrl+z
+xsetwacom set "Wacom Intuos BT S Pad pad" Button 3 "key +ctrl z -ctrl"
+# Tablet button 4 = ctrl+shift+z
+xsetwacom set "Wacom Intuos BT S Pad pad" Button 8 "key +ctrl +shift z -shift -ctrl"
+
exit