script changes

This commit is contained in:
Arthur Khachaturov 2024-08-18 03:41:19 +03:00
parent 6e8683c725
commit 775a43810c
No known key found for this signature in database
GPG key ID: CAC2B7EB6DF45D55
6 changed files with 108 additions and 25 deletions

View file

@ -1,8 +1,10 @@
. ${HOME}/.config/X11/xprofile
. "${HOME}"/.config/X11/xprofile
[ -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
. "${HOME}"/.config/X11/autostart
exec ssh-agent ${HOME}/.local/src/dwm/dwm
exec ssh-agent "${HOME}"/.local/src/dwm/dwm
# exec ssh-agent /usr/bin/dwm
# vim: ft=sh