Author: baggins Date: Wed Jul 27 14:35:58 2011 New Revision: 12281 Modified: xinitrc-ng/trunk/desktop Log: - removed compatibility note about .wm_style - better description of DEFAULTWM setting
Modified: xinitrc-ng/trunk/desktop ============================================================================== --- xinitrc-ng/trunk/desktop (original) +++ xinitrc-ng/trunk/desktop Wed Jul 27 14:35:58 2011 @@ -1,5 +1,6 @@ -# Put the name of the system default session executable here -# Examples: gnome-session, startkde, twm +# Put the name of the system default session here +# (can be program/script name or desktop xsession name). +# Examples: gnome, kde-plasma, twm, xfce4 DEFAULTWM=twm # Put here the name of the directory that contains <executable name>.sh files. @@ -12,7 +13,4 @@ # Put here the name of the file that contains session name choosen by user. # Default is ".desktop" (relative to $HOME or $HOME_ETC if given). -# NOTE: -# For backward compatibility - if $userwmfile does not exist and exists -# $HOME/.wm_style, then userwmfile="$HOME/.wm_style". # userwmfile= _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
