Lines 53-59
Link Here
|
53 |
test -r $HOME/.Xmodmap && xmodmap $HOME/.Xmodmap |
53 |
test -r $HOME/.Xmodmap && xmodmap $HOME/.Xmodmap |
54 |
|
54 |
|
55 |
# Launch xscreensaver (if available), but only as non-root user |
55 |
# Launch xscreensaver (if available), but only as non-root user |
56 |
test $UID -gt 0 -a -z "$VNCSESSION" && xscreensaver -no-splash & |
56 |
test $UID -gt 0 -a -z "$VNCSESSION" -a x"$DISABLE_XSCREENSAVER" != "xyes" && xscreensaver -no-splash & |
57 |
|
57 |
|
58 |
# Use ssh-agent if installed and not already running. Run it separately |
58 |
# Use ssh-agent if installed and not already running. Run it separately |
59 |
# so it populates the environment here, so we can clean it up later. |
59 |
# so it populates the environment here, so we can clean it up later. |