krita: add page (#7895)

feature/ed-update
Emily Grace Seville 2022-03-19 10:23:38 +10:00 committed by GitHub
parent 0b9fb57b0d
commit 531769ac21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

25
pages/linux/krita.md Normal file
View File

@ -0,0 +1,25 @@
# krita
> Krita is a sketching and painting program designed for digital artists.
> See also: `gimp`.
> More information: <https://docs.krita.org/en/reference_manual/linux_command_line.html>.
- Start krita:
`krita`
- Start without the splash screen:
`krita --nosplash`
- Open the specified files:
`krita {{path/to/image1 path/to/image2 ...}}`
- Start with the specified workspace (`Animation`):
`krita --workspace {{Animation}}`
- Start in the fullscreen mode:
`krita --fullscreen`