From d6162141a3d34e594816d657ed36c1b7ddb48eeb Mon Sep 17 00:00:00 2001
From: Joe <rbo@gmx.us>
Date: Wed, 31 Jan 2024 20:20:20 +0100
Subject: good start

---
 conf/config.sample.yml | 7 +++++++
 1 file changed, 7 insertions(+)

(limited to 'conf')

diff --git a/conf/config.sample.yml b/conf/config.sample.yml
index 6d713d7..d4c27c7 100644
--- a/conf/config.sample.yml
+++ b/conf/config.sample.yml
@@ -4,6 +4,13 @@ icons: true
 # keeps going after a successful login
 loop: true
 
+# gnupg public key id used for encrypting/decrypting passwords.
+# if not set, passwords will be disabled. session programs will most likely
+# prompt you then.
+# set it to 'plain' for saving passwords in plain text (not recommended
+# but still)
+gpg: plain
+
 # displays the percentage in the bottom right
 percent: false
 
-- 
cgit v1.2.3