From 82c0036ec9c64f2fc99da8f4c2f89f2ff99d7d3c Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Thu, 27 Feb 2014 17:03:16 +0200 Subject: [PATCH] projects/*/options: change default wm to fluxbox --- projects/ATV/options | 4 ++-- projects/Cuboxi/options | 2 +- projects/Generic/options | 4 ++-- projects/RPi/options | 2 +- projects/Virtual/options | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) 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"