From 531769ac21787bb19f790778b3ae94aca8ed225c Mon Sep 17 00:00:00 2001 From: Emily Grace Seville Date: Sat, 19 Mar 2022 10:23:38 +1000 Subject: [PATCH] krita: add page (#7895) --- pages/linux/krita.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pages/linux/krita.md diff --git a/pages/linux/krita.md b/pages/linux/krita.md new file mode 100644 index 000000000..f080bc59d --- /dev/null +++ b/pages/linux/krita.md @@ -0,0 +1,25 @@ +# krita + +> Krita is a sketching and painting program designed for digital artists. +> See also: `gimp`. +> More information: . + +- 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`