summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorMustafa Quraish <mustafaq9@gmail.com>2021-09-11 23:53:15 -0400
committerAndreas Kling <kling@serenityos.org>2021-09-12 17:15:30 +0200
commitbd83edf1481f258cd1c1bf1e7855eddc938a69cb (patch)
treeb78de31a5b3a3b78ed15704462f824fb79fca23e /Base
parent70d13ea66b9581989c1c1c971c7aa3b5c0777af5 (diff)
downloadserenity-bd83edf1481f258cd1c1bf1e7855eddc938a69cb.zip
Base: Add `~/.config/PixelPaint.ini` sample file
This is just a config file with the default options that PixelPaint recognizes and reads so far. Adding this in since the options are not really documented anywhere so at least the user can now know what options are available.
Diffstat (limited to 'Base')
-rw-r--r--Base/home/anon/.config/PixelPaint.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/Base/home/anon/.config/PixelPaint.ini b/Base/home/anon/.config/PixelPaint.ini
new file mode 100644
index 0000000000..e650e72642
--- /dev/null
+++ b/Base/home/anon/.config/PixelPaint.ini
@@ -0,0 +1,9 @@
+[PixelGrid]
+Threshold=15
+Show=1
+
+[Rulers]
+Show=1
+
+[Guides]
+Show=1 \ No newline at end of file