mainly tmux updates, ssh-askpass w/ pinentry
This commit is contained in:
parent
3db255cc32
commit
d2d85c8cff
8 changed files with 64 additions and 8 deletions
8
.xinitrc
8
.xinitrc
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue