From db1b7ab8b3f36a4a9701b6ab7a52206d890c876e Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 21 Jul 2015 10:41:03 -0400 Subject: [PATCH] handle starting session.sh from .xsession --- startup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup b/startup index b43f4a4..cd3d0ae 100644 --- a/startup +++ b/startup @@ -4,7 +4,7 @@ # # Lines starting with a '#' are ignored. -sh -c "sleep 1; $HOME/bin/session.sh" & +#sh -c "sleep 1; $HOME/bin/session.sh" & # Applications you want to run with fluxbox. # MAKE SURE THAT APPS THAT KEEP RUNNING HAVE AN ''&'' AT THE END.