Install gromit-mpx for screen writing
This commit is contained in:
parent
e4670882f1
commit
c901d60319
2 changed files with 22 additions and 0 deletions
14
files/gromit-mpx.cfg
Normal file
14
files/gromit-mpx.cfg
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# Uncomment to set Hot key and/or Undo key to a custom value. Note that you can only specify single keysyms, not key combos.
|
||||||
|
#HOTKEY = "F9";
|
||||||
|
#UNDOKEY = "F8";
|
||||||
|
|
||||||
|
"red Pen" = PEN (size=5 color="red");
|
||||||
|
"green Marker" = PEN (size=6 color="green" arrowsize=1);
|
||||||
|
|
||||||
|
"Eraser" = ERASER (size = 75);
|
||||||
|
|
||||||
|
"default" = "red Pen";
|
||||||
|
"default"[2] = "green Marker";
|
||||||
|
|
||||||
|
# On thinkpads, the eraser is a completely different input
|
||||||
|
"Wacom Pen and multitouch sensor Pen eraser" = "Eraser";
|
|
@ -5,6 +5,7 @@
|
||||||
become_user: aur_builder
|
become_user: aur_builder
|
||||||
loop:
|
loop:
|
||||||
- gpointing-device-settings
|
- gpointing-device-settings
|
||||||
|
- gromit-mpx
|
||||||
- ibus
|
- ibus
|
||||||
- ibus-uniemoji
|
- ibus-uniemoji
|
||||||
- libinput
|
- libinput
|
||||||
|
@ -61,3 +62,10 @@
|
||||||
line: options hid_apple fnmode=2
|
line: options hid_apple fnmode=2
|
||||||
create: true
|
create: true
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
|
||||||
|
- name: Create gromit-mpx config
|
||||||
|
copy:
|
||||||
|
src: ./files/gromit-mpx.cfg
|
||||||
|
dest: "{{ home }}/.config/gromit-mpx.cfg"
|
||||||
|
mode: 0644
|
||||||
|
owner: "{{ user }}"
|
||||||
|
|
Loading…
Reference in a new issue