Fix quoting issue causing xsetwacom commands to not work

This commit is contained in:
Daniel_I_Am 2022-01-04 16:25:41 +01:00
parent 06dc51b762
commit 3a0cca9fb2

View File

@ -51,19 +51,19 @@ exec --no-startup-id nitrogen --restore
{% if device == "desktop" %}
# Drawing tablet
exec --no-startup-id xsetwacom -v --set "$drawingTabletStylus" MapToOutput HEAD-0
exec --no-startup-id xsetwacom -v --set "$drawingTabletPad" Button 1 key "b"
exec --no-startup-id xsetwacom -v --set "$drawingTabletPad" Button 2 key "e"
exec --no-startup-id xsetwacom -v --set "$drawingTabletPad" Button 3 key "none"
exec --no-startup-id xsetwacom -v --set "$drawingTabletPad" Button 8 key "none"
exec --no-startup-id xsetwacom -v --set "$drawingTabletPad" Button 9 key "none"
exec --no-startup-id xsetwacom -v --set "$drawingTabletPad" Button 10 key "none"
exec --no-startup-id xsetwacom -v --set "$drawingTabletPad" Button 11 key "none"
exec --no-startup-id xsetwacom -v --set "$drawingTabletPad" Button 12 key "none"
exec --no-startup-id xsetwacom -v --set "$drawingTabletPad" Button 13 key "none"
exec --no-startup-id xsetwacom -v --set "$drawingTabletPad" Button 14 key "none"
exec --no-startup-id xsetwacom -v --set "$drawingTabletPad" Button 15 key "control z"
exec --no-startup-id xsetwacom -v --set "$drawingTabletPad" Button 16 key "control shift z"
exec --no-startup-id xsetwacom -v --set $drawingTabletStylus MapToOutput HEAD-0
exec --no-startup-id xsetwacom -v --set $drawingTabletPad Button 1 key "b"
exec --no-startup-id xsetwacom -v --set $drawingTabletPad Button 2 key "e"
exec --no-startup-id xsetwacom -v --set $drawingTabletPad Button 3 key "none"
exec --no-startup-id xsetwacom -v --set $drawingTabletPad Button 8 key "none"
exec --no-startup-id xsetwacom -v --set $drawingTabletPad Button 9 key "none"
exec --no-startup-id xsetwacom -v --set $drawingTabletPad Button 10 key "none"
exec --no-startup-id xsetwacom -v --set $drawingTabletPad Button 11 key "none"
exec --no-startup-id xsetwacom -v --set $drawingTabletPad Button 12 key "none"
exec --no-startup-id xsetwacom -v --set $drawingTabletPad Button 13 key "none"
exec --no-startup-id xsetwacom -v --set $drawingTabletPad Button 14 key "none"
exec --no-startup-id xsetwacom -v --set $drawingTabletPad Button 15 key "control z"
exec --no-startup-id xsetwacom -v --set $drawingTabletPad Button 16 key "control shift z"
{% endif %}
{% if device == "desktop" %}