Skip to content
Snippets Groups Projects
Commit 7f807fcb authored by Walmes Marques Zeviani's avatar Walmes Marques Zeviani
Browse files

Rotaciona a Wacom.

parent dff44858
No related branches found
No related tags found
No related merge requests found
......@@ -60,8 +60,10 @@ echo $MAINMONITOR
# xsetwacom --set "Wacom Bamboo Connect Pen eraser" MapToOutput $MAINMONITOR
# Mapeia a Wacom para o monitor principal.
# https://www.mankier.com/1/xsetwacom
if xsetwacom --list devices | grep -q "Wacom Bamboo Connect .* STYLUS"; then
xsetwacom --set "$WACOM Pen stylus" MapToOutput $MAINMONITOR
xsetwacom --set "$WACOM Pen stylus" Rotate half
fi
if xsetwacom --list devices | grep -q "Wacom Bamboo Connect .* ERASER"; then
xsetwacom --set "$WACOM Pen eraser" MapToOutput $MAINMONITOR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment