aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-01-31 20:20:20 +0100
committerJoe <rbo@gmx.us>2024-01-31 20:20:20 +0100
commitd6162141a3d34e594816d657ed36c1b7ddb48eeb (patch)
tree94cf3ceacf6f03cc6289c3c3ba994264a588a3c6 /conf
parentway better roadmap (diff)
downloadhardflip-d6162141a3d34e594816d657ed36c1b7ddb48eeb.tar.gz
hardflip-d6162141a3d34e594816d657ed36c1b7ddb48eeb.tar.bz2
hardflip-d6162141a3d34e594816d657ed36c1b7ddb48eeb.tar.xz
hardflip-d6162141a3d34e594816d657ed36c1b7ddb48eeb.tar.zst
hardflip-d6162141a3d34e594816d657ed36c1b7ddb48eeb.zip
good start
Diffstat (limited to '')
-rw-r--r--conf/config.sample.yml7
1 files changed, 7 insertions, 0 deletions
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