# -*- shell-script -*- if test -z "${default_session}"; then # Guard from inclusion from xinit SESSION=xmonad export DESKTOP_SESSION="$SESSION" # Apply package specific settings and run package specific programs for f in ~/.config/X11/xinit/xinitrc.d/*; do if test -r "$f"; then . -- "$f" fi done fi