aboutsummaryrefslogblamecommitdiffstats
path: root/xmonad/xmonad-session-rc
blob: f61a5124e3657cd02604518cb488128eca6d612d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                           
# -*- 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