From 86753ab5bcdf8ccb1fd49b2af2ca004b78f5d482 Mon Sep 17 00:00:00 2001 From: Amolith Date: Fri, 30 Dec 2022 17:47:03 -0500 Subject: [PATCH] add wacom tablet config --- dot_local/bin/executable_startup-i3.tmpl | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/dot_local/bin/executable_startup-i3.tmpl b/dot_local/bin/executable_startup-i3.tmpl index 90f369dfb64b08043e16942a96dcb6f7ab8839a5..e4e1626287715c200220b4fe80758baff976c1ea 100644 --- a/dot_local/bin/executable_startup-i3.tmpl +++ b/dot_local/bin/executable_startup-i3.tmpl @@ -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