aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorawy <awy@tutamail.com>2024-08-27 16:05:07 +0300
committerawy <awy@tutamail.com>2024-08-27 16:05:07 +0300
commite9808486fc6e81f1cc62677f0514a04b28a12125 (patch)
tree1ee7a267b5e6a2257243e131fa1646552006d287 /.config
parenta5936e2d55d13233080d383a1a14d0fb3ee22f75 (diff)
tidy
Diffstat (limited to '.config')
-rwxr-xr-x.config/hypr/start7
1 files changed, 7 insertions, 0 deletions
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