Update autostart

This commit is contained in:
2018-08-16 07:25:01 +02:00
parent d51aa282db
commit 02f81ca150
12 changed files with 35 additions and 29 deletions

View File

@@ -41,6 +41,8 @@ export GOPATH=~/dev/go
export PATH=$PATH:$(go env GOPATH)/bin
export ACPI_LID_NAME=LID
# Start the gpg-agent if not already running
if ! pgrep -x --uid "${USER}" gpg-agent >/dev/null 2>&1; then
eval $(gpg-agent --daemon --sh)