adding a svg logo linking to the main page

This commit is contained in:
2025-12-28 22:02:17 +00:00
parent 19ecc30a06
commit f217e8828f
4 changed files with 79 additions and 10 deletions

View File

@@ -4,14 +4,18 @@
#+title: wacom-notes
#+filetags: :hardware:linux:wacom:
The command: `xsetwacom --list` gave me:
The command: ~xsetwacom --list~ gave me:
#+BEGIN_SRC bash
Wacom One by Wacom M Pen stylus id: 12 type: STYLUS
Wacom One by Wacom M Pen eraser id: 13 type: ERASER
#+END_SRC
Then, in order to map the stylus to a single monitor i needed to know my monitor mappings via `xrandr`:
Then, in order to map the stylus to a single monitor i needed to know my monitor mappings via ~xrandr~:
Screen 0: minimum 8 x 8, current 3840 x 1080, maximum 32767 x 32767
#+begin_src bash
Screen 0: minimum 8 x 8, current 3840 x 1080, maximum 32767 x 32767
DP-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 600mm x 340mm
1920x1080 60.00*+ 143.85 119.98 59.94
1680x1050 59.95
@@ -45,6 +49,10 @@ DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 disconnected (normal left inverted right x axis y axis)
#+end_src
Then I simply map it via:
`xsetwacom set "Wacom One by Wacom M Pen stylus" MapToOutput HEAD-0`
~xsetwacom set "Wacom One by Wacom M Pen stylus" MapToOutput HEAD-0~