diff --git a/projects/ATV/options b/projects/ATV/options index ab6b677e9e..b9c2190d1d 100644 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -231,8 +231,8 @@ # OpenGL-ES implementation to use (no) OPENGLES="no" -# Windowmanager to use (ratpoison / none) - WINDOWMANAGER="ratpoison" +# Windowmanager to use (ratpoison / fluxbox / dwm / none) + WINDOWMANAGER="fluxbox" # include uvesafb support (yes / no) UVESAFB_SUPPORT="no" diff --git a/projects/Cuboxi/options b/projects/Cuboxi/options index 156b182311..32d75651b8 100644 --- a/projects/Cuboxi/options +++ b/projects/Cuboxi/options @@ -233,7 +233,7 @@ # OpenGL-ES implementation to use (no / bcm2835-driver / gpu-viv-bin-mx6q) OPENGLES="gpu-viv-bin-mx6q" -# Windowmanager to use (ratpoison / none) +# Windowmanager to use (ratpoison / fluxbox / dwm / none) WINDOWMANAGER="none" # include uvesafb support (yes / no) diff --git a/projects/Generic/options b/projects/Generic/options index 239ad01a2d..aad4502220 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -231,8 +231,8 @@ # OpenGL-ES implementation to use (no) OPENGLES="no" -# Windowmanager to use (ratpoison / none) - WINDOWMANAGER="ratpoison" +# Windowmanager to use (ratpoison / fluxbox / dwm / none) + WINDOWMANAGER="fluxbox" # include uvesafb support (yes / no) UVESAFB_SUPPORT="yes" diff --git a/projects/RPi/options b/projects/RPi/options index b4caa98a38..709289552d 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -232,7 +232,7 @@ # OpenGL-ES implementation to use (no / bcm2835-driver) OPENGLES="bcm2835-driver" -# Windowmanager to use (ratpoison / none) +# Windowmanager to use (ratpoison / fluxbox / dwm / none) WINDOWMANAGER="none" # include uvesafb support (yes / no) diff --git a/projects/Virtual/options b/projects/Virtual/options index cc8a5828d4..c3c87ed886 100644 --- a/projects/Virtual/options +++ b/projects/Virtual/options @@ -226,8 +226,8 @@ # OpenGL-ES implementation to use (no) OPENGLES="no" -# Windowmanager to use (ratpoison / none) - WINDOWMANAGER="ratpoison" +# Windowmanager to use (ratpoison / fluxbox / dwm / none) + WINDOWMANAGER="fluxbox" # include uvesafb support (yes / no) UVESAFB_SUPPORT="yes"