mainly tmux updates, ssh-askpass w/ pinentry

This commit is contained in:
Arthur Khachaturov 2024-08-24 23:57:32 +03:00
parent 3db255cc32
commit d2d85c8cff
No known key found for this signature in database
GPG key ID: CAC2B7EB6DF45D55
8 changed files with 64 additions and 8 deletions

View file

@ -1,9 +1,15 @@
. "${HOME}"/.config/X11/xprofile
[ -z "$DBUS_SESSION_BUS_ADDRESS" ] && eval $(/usr/bin/dbus-launch --exit-with-session --sh-syntax)
[ -z "$DBUS_SESSION_BUS_ADDRESS" ] && eval "$(/usr/bin/dbus-launch --exit-with-session --sh-syntax)"
dbus-update-activation-environment --verbose --all
xr
. "${HOME}"/.config/X11/autostart
gpg-agent -d
export XDG_CURRENT_DESKTOP="gtk"
export XDG_SESSION_DESKTOP="$XDG_CURRENT_DESKTOP"
export WINDOW_MANAGER="dwm"
exec ssh-agent "${HOME}"/.local/src/dwm/dwm
# exec ssh-agent /usr/bin/dwm