Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
e-teaching
Tablet
Commits
c95f4242
Commit
c95f4242
authored
Sep 10, 2014
by
Benjamin Baer
Browse files
updated readme
parent
3dc06121
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c95f4242
...
...
@@ -9,4 +9,34 @@ To set up the basic config, copy 52-wacom-options in the xorg.conf.d folder
cp
./xorg.conf.d/52-wacom-options.conf /usr/share/X11/xorg.conf.d/
```
Additionally you'll want to use the wacom.setup.sh to change your default key mapping.
\ No newline at end of file
Additionally you'll want to use the wacom.setup.sh to change your default key mapping.
## Policy
It's possible to set some stylus option via hal policy. Sadly only the stylus for now, so only use
it if you want to change stylus button configs.
```
sh
# under ubuntu 14.04
cp
./policy/mywacomrules.fdi /etc/hal/fdi/policy
```
## mypaint config
If you wish to use our config of mypaint, with colors already stored, please add the content of the folder mypaint to ~/.mypaint.
```
sh
# copying colors
cp
./mypaint/brushes ~/.mypaint/brushes
#copying standard button shortcuts
cp
./mypaint/accelmap.conf ~/.mypaint
#copying other settings (like brush stroke)
cp
./mypaint/settings.json ~/.mypaint
```
Please check first if the folder exist. Current Beta version of mypaint have moved the config path to ~/.config/mypaint
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment