This commit is contained in:
Jay McCarthy 2012-06-22 19:46:57 -06:00
parent 93f85eac2a
commit e2a4302124
2 changed files with 6 additions and 3 deletions

View File

@ -9,7 +9,7 @@
(drdr-directory "/opt/svn/drdr")
(git-path "/usr/bin/git")
(Xvfb-path "/usr/bin/Xnest")
(fluxbox-path "/usr/bin/dwm")
(fluxbox-path "/usr/bin/metacity")
(vncviewer-path "/usr/bin/vncviewer")
(current-make-install-timeout-seconds (* 90 60))
(current-make-timeout-seconds (* 90 60))

View File

@ -403,10 +403,13 @@
(with-env
(["DISPLAY" (format ":~a" i)])
(sleep 2)
(notify! "Starting fluxbox #~a" i)
(notify! "Starting WM #~a" i)
(with-running-program
(fluxbox-path)
empty
(list "-d" (format ":~a" i)
"--sm-disable"
"--no-composite")
#;empty
#;(list "-display"
(format ":~a" i)
"-rc" "/home/pltdrdr/.fluxbox/init")