Skip to content
GitLab
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
d9f4dc1a
Commit
d9f4dc1a
authored
Sep 11, 2014
by
Benjamin Baer
Browse files
updated readme for mypaint
parent
77d971ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
d9f4dc1a
...
...
@@ -22,16 +22,17 @@ cp ./wacom.setup.sh ~/Desktop
## 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.
If you have never run the program mypaint before, run it once so that mypaint can create the folder.
```
sh
# copying colors
cp
./mypaint/brushes ~/.mypaint/
brushes
cp
-r
./mypaint/brushes ~/.mypaint/
#copying standard button shortcuts
cp
./mypaint/accelmap.conf ~/.mypaint
cp
./mypaint/accelmap.conf ~/.mypaint
/
#copying other settings (like brush stroke)
cp
./mypaint/settings.json ~/.mypaint
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
mypaint/README.md
View file @
d9f4dc1a
# mypaint config
#
# 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.
If you have never run the program mypaint before, run it once so that mypaint can create the folder.
```
sh
# copying colors
cp
./mypaint/brushes ~/.mypaint/
brushes
cp
-r
./mypaint/brushes ~/.mypaint/
#copying standard button shortcuts
cp
./mypaint/accelmap.conf ~/.mypaint
cp
./mypaint/accelmap.conf ~/.mypaint
/
#copying other settings (like brush stroke)
cp
./mypaint/settings.json ~/.mypaint
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
.
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