diff options
Diffstat (limited to '.config/hypr/start')
-rwxr-xr-x | .config/hypr/start | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.config/hypr/start b/.config/hypr/start index 05c20f4..1a33484 100755 --- a/.config/hypr/start +++ b/.config/hypr/start @@ -4,10 +4,4 @@ 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 |