aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-02-06 10:30:09 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-02-06 12:08:33 +0100
commit2a13e8411b82d08a614b183470ac1d09b84cccf5 (patch)
treef2aca9191730cd58557ce17b8bae10033cc9ed4f /README.md
parented942f51e74557532f2d6a49c972e6124e76dff6 (diff)
downloadarctica-greeter-2a13e8411b82d08a614b183470ac1d09b84cccf5.tar.gz
arctica-greeter-2a13e8411b82d08a614b183470ac1d09b84cccf5.tar.bz2
arctica-greeter-2a13e8411b82d08a614b183470ac1d09b84cccf5.zip
README.md: Provide README.md file, using Slick Greeter's README.md as inspiration.
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5565195
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+# Arctica Greeter
+
+## Configuration
+
+- The default configuration is stored in dconf under the schema org.ArcticaProject.arctica-greeter.
+- Distributions should set their own defaults using a GLib override.
+
+# Features
+
+- Arctica Greeter is cross-distribution and should work pretty much anywhere.
+- Arctica Greeter uses Ayatana Indicators for the tray icons, so make sure they are available in your distribution, as well.
+- This greeter supports HiDPI.
+- Sessions are validated. If a default/chosen session isn't present on the system, the greeter scans for known sessions in /usr/share/xsessions and replaces the invalid session choice with a valid session.
+- You can take a screenshot by pressing PrintScrn. The screenshot is saved in /var/lib/lightdm/Screenshot.png.
+
+# Credits
+
+- Arctica Greeter started as a fork of Unity Greeter 16.04.2, a greeter developed for Ubuntu by Canonical. Furtheron, various improvements are take from Slick Greeter, the LinuxMint fork of Unity Greeter.