Added .xsession support
If user have ~/.xsession file it will be sourced. svn path=/nixos/trunk/; revision=9231
This commit is contained in:
parent
475ee4548d
commit
0c4a936419
@ -133,6 +133,11 @@ let
|
||||
export SSH_ASKPASS=${x11_ssh_askpass}/libexec/x11-ssh-askpass
|
||||
eval $(${openssh}/bin/ssh-agent)
|
||||
" else ""}
|
||||
|
||||
### Allow user to override system-wide configuration
|
||||
if test -f ~/.xsession; then
|
||||
source ~/.xsession;
|
||||
fi
|
||||
|
||||
|
||||
### Start a window manager.
|
||||
|
Loading…
Reference in New Issue
Block a user