SVN: xinitrc-ng/trunk/xinitrc

baggins baggins at pld-linux.org
Sun Jun 22 09:43:57 CEST 2025


Author: baggins
Date: Sun Jun 22 09:43:57 2025
New Revision: 12801

Modified:
   xinitrc-ng/trunk/xinitrc
Log:
as ~/.Xclients is (only) executed, then check for x-bit, by glen@


Modified: xinitrc-ng/trunk/xinitrc
==============================================================================
--- xinitrc-ng/trunk/xinitrc	(original)
+++ xinitrc-ng/trunk/xinitrc	Sun Jun 22 09:43:57 2025
@@ -3,7 +3,7 @@
 # Call standard xinit actions
 . /etc/X11/xinit/xinitdefs
 
-if [ -f $HOME/.Xclients ]; then
+if [ -x $HOME/.Xclients ]; then
 	exec $HOME/.Xclients "$@"
 else
 	exec /etc/X11/xinit/Xclients "$@"


More information about the pld-cvs-commit mailing list