xorg-x11-xinit/SOURCES/xinit-compat

8 lines
132 B
Plaintext
Raw Permalink Normal View History

2019-08-05 15:10:25 +00:00
#!/bin/sh
for session in ~/.xsession ~/.Xclients /etc/X11/xinit/Xclients ;
do
if [ -f ${session} ] ; then
exec ${session}
fi
done