[PC-BSD Commits] r3729 - pcbsd/trunk/mfsroot-overlay/root
svn at pcbsd.org
svn at pcbsd.org
Wed Apr 1 06:31:48 PST 2009
Author: kris
Date: 2009-04-01 07:31:48 -0700 (Wed, 01 Apr 2009)
New Revision: 3729
Modified:
pcbsd/trunk/mfsroot-overlay/root/.xinitrc
Log:
Move the xset line after fluxbox, since I think flux is resetting it when it loads
Modified: pcbsd/trunk/mfsroot-overlay/root/.xinitrc
===================================================================
--- pcbsd/trunk/mfsroot-overlay/root/.xinitrc 2009-04-01 14:20:47 UTC (rev 3728)
+++ pcbsd/trunk/mfsroot-overlay/root/.xinitrc 2009-04-01 14:31:48 UTC (rev 3729)
@@ -9,9 +9,6 @@
2) numlockx off ;;
esac
-# Turn off screensaver
-/usr/local/bin/xset s off
-
# Run fluxbox in the background
/usr/local/bin/fluxbox &
@@ -24,6 +21,9 @@
LD_LIBRARY_PATH="/usr/local/kde4/lib:/usr/local/lib/qt4" ; export LD_LIBRARY_PATH
+# Turn off screensaver
+/usr/local/bin/xset s off
+
/usr/local/pcbsd/bin/PCInstall
if [ "$?" != "3" ]
then
More information about the Commits
mailing list