Skip to content

Commit

Permalink
feat(wacom): rotated table orientation
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Oct 5, 2024
1 parent c7f624d commit 626da05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/hardware/wacom.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ let
for d in $devices; do
xsetwacom --set "$d" MapToOutput HEAD-0
# Enable scrolling on middle(lower) button
xsetwacom --set "$d" Button 2 "button +2 pan"
xsetwacom --set "$d" Button 2 "pan"
xsetwacom --set "$d" PanScrollThreshold 150
xsetwacom --set "$d" Rotate half
done
'';
};
Expand Down

0 comments on commit 626da05

Please sign in to comment.