]> gitweb.fluxo.info Git - rhatto/dotfiles/xsession.git/commitdiff
Adds .custom/xsession-ready support
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 26 May 2018 11:54:40 +0000 (08:54 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 26 May 2018 11:54:40 +0000 (08:54 -0300)
xsessionrc.dot.link

index 0febb1f7f2be2fe74f3dfd9de9b63974b63ee1b5..650ad712f9ff485a7783e0dcd3aad2345baaeb57 100755 (executable)
@@ -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