From e9808486fc6e81f1cc62677f0514a04b28a12125 Mon Sep 17 00:00:00 2001 From: awy Date: Tue, 27 Aug 2024 16:05:07 +0300 Subject: tidy --- .config/hypr/start | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.config') diff --git a/.config/hypr/start b/.config/hypr/start index f52cc13..05c20f4 100755 --- a/.config/hypr/start +++ b/.config/hypr/start @@ -3,4 +3,11 @@ export XDG_RUNTIME_DIR="/tmp/hyprland" mkdir -p $XDG_RUNTIME_DIR chmod 0700 $XDG_RUNTIME_DIR + +gpg-connect-agent updatestartuptty /bye >/dev/null +unset SSH_AGENT_PID +if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then + export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)" +fi + exec dbus-launch --exit-with-session Hyprland -- cgit v1.2.3