various fixes and improvements
[distro-setup] / subdir_files / .gnupg / gpg.conf
index f45b4ee6cea240fcf9d3668578d1bf5db53d9ba7..8d728b276f076febef7b0728aac3c01356d8cd13 100644 (file)
@@ -13,9 +13,11 @@ use-agent
 # another option is 0xshort
 keyid-format 0xlong
 
+
 default-key B125F60B7B287FF6A2B7DF8F170AF0E2954295DF
 
-default-key 0xFB40960C541A7D1F
+# financial key
+#default-key 0xFB40960C541A7D1F
 
 # note, i did this so that gpg-agent would not hold open the .gnupg dir.
 # so I could unmount the filesystem which holds the .gnupg dir while
@@ -28,3 +30,6 @@ default-key 0xFB40960C541A7D1F
 # echo -e "%Assuan%\nsocket=${HOME}/gpg-agent-socket/s" > ~/.gnupg/S.gpg-agent
 # # this is also in my conflink scrpt:
 # install -d -m700 ~/gpg-agent-socket
+# and in /etc/X11/Xsession.d/01iank
+# install -o iank -g iank -d -m700 /home/iank/gpg-agent-socket
+# because something keeps deleting that directory