From bb38ca2f992dd39289e0381e7fcf547f3d9e939a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 26 May 2018 08:54:40 -0300 Subject: Adds .custom/xsession-ready support --- xsessionrc.dot.link | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'xsessionrc.dot.link') diff --git a/xsessionrc.dot.link b/xsessionrc.dot.link index 0febb1f..650ad71 100755 --- a/xsessionrc.dot.link +++ b/xsessionrc.dot.link @@ -20,7 +20,7 @@ if [ -e "/usr/bin/xscreensaver" ]; then xscreensaver -no-splash & fi -# Custom +# Custom config if [ -e "$HOME/.custom/xsession" ]; then . $HOME/.custom/xsession fi @@ -166,3 +166,8 @@ export _JAVA_AWT_WM_NONREPARENTING=1 if [ "$OSVERSION" = "7" ] || [ "$START_WINDOW_MANAGER" = "true" ]; then $WINDOW_MANAGER fi + +# Post processing +if [ -e "$HOME/.custom/xsession-ready" ]; then + . $HOME/.custom/xsession-ready +fi -- cgit v1.2.3