krita, gimp: refresh page (#8011)

This commit is contained in:
Emily Grace Seville
2022-05-16 22:38:04 +10:00
committed by GitHub
parent cf51bfd7b8
commit e23451ed20
2 changed files with 15 additions and 15 deletions

View File

@@ -4,22 +4,22 @@
> See also: `gimp`.
> More information: <https://docs.krita.org/en/reference_manual/linux_command_line.html>.
- Start krita:
- Start Krita:
`krita`
- Start without the splash screen:
`krita --nosplash`
- Open the specified files:
- Open specific files:
`krita {{path/to/image1 path/to/image2 ...}}`
- Start with the specified workspace (`Animation`):
- Start without a splash screen:
`krita --nosplash`
- Start with a specific workspace:
`krita --workspace {{Animation}}`
- Start in the fullscreen mode:
- Start in fullscreen mode:
`krita --fullscreen`