Fix quoting issue causing xsetwacom commands to not work
This commit is contained in:
parent
06dc51b762
commit
3a0cca9fb2
@ -51,19 +51,19 @@ exec --no-startup-id nitrogen --restore
|
|||||||
|
|
||||||
{% if device == "desktop" %}
|
{% if device == "desktop" %}
|
||||||
# Drawing tablet
|
# Drawing tablet
|
||||||
exec --no-startup-id xsetwacom -v --set "$drawingTabletStylus" MapToOutput HEAD-0
|
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 1 key "b"
|
||||||
exec --no-startup-id xsetwacom -v --set "$drawingTabletPad" Button 2 key "e"
|
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 3 key "none"
|
||||||
exec --no-startup-id xsetwacom -v --set "$drawingTabletPad" Button 8 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 9 key "none"
|
||||||
exec --no-startup-id xsetwacom -v --set "$drawingTabletPad" Button 10 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 11 key "none"
|
||||||
exec --no-startup-id xsetwacom -v --set "$drawingTabletPad" Button 12 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 13 key "none"
|
||||||
exec --no-startup-id xsetwacom -v --set "$drawingTabletPad" Button 14 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 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 $drawingTabletPad Button 16 key "control shift z"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if device == "desktop" %}
|
{% if device == "desktop" %}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user