script changes
This commit is contained in:
parent
6e8683c725
commit
775a43810c
6 changed files with 108 additions and 25 deletions
8
.xinitrc
8
.xinitrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue