merge
This commit is contained in:
parent
33d8124b2f
commit
541556461a
4 changed files with 28 additions and 9 deletions
|
@ -22,9 +22,15 @@ if [ -f "$userresources" ]; then
|
|||
fi
|
||||
|
||||
if [ -f "$usermodmap" ]; then
|
||||
echo "Found a user modmap at $usermodpad"
|
||||
xmodmap "$usermodmap"
|
||||
fi
|
||||
|
||||
# start gnome keyring daemon
|
||||
dbus-update-activation-environment --systemd DISPLAY
|
||||
eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
|
||||
export SSH_AUTH_SOCK
|
||||
|
||||
# start some nice programs
|
||||
|
||||
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
||||
|
@ -65,5 +71,3 @@ case $session in
|
|||
# No known session, try to run it as command
|
||||
*) exec "$1";;
|
||||
esac
|
||||
|
||||
export PATH="${PATH}:/usr/local/texlive/2015/bin/x86_64-linux"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue