aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_xinitrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/_xinitrc b/_xinitrc
index 6a3bb1f..018562e 100644
--- a/_xinitrc
+++ b/_xinitrc
@@ -26,6 +26,9 @@ xset b off
# disable CapsLock
setxkbmap -option ctrl:nocaps
+# gpg-agent
+pgrep -x gpg-agent || eval $(gpg-agent --daemon)
+
# start X session
session=${1:-openbox}
case "${session}" in