Code: Select all
~/.config/xfce4/xinitrc
Code: Select all
#!/bin/sh
# set Xfce PATH so it includes user's private bin if the folder exists
if [ -d "$HOME/bin" ] ; then
PATH="$PATH:$HOME/bin"
fi
exec /etc/xdg/xfce4/xinitrc
It might as well be next week.?

Documentation and background discussion:
viewtopic.php?p=724064#p724064
If it is not compatible with MX, I would like to know why.
Thank you.

Edit: the last line in the script was missing but is now added.
Edit june 1. 2025:
Update MX25 added to headline
and this post added:
viewtopic.php?p=821066#p821066