From ca9ebb38a029578431d75f5bbbc3e579e02bddec Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 14 Oct 2009 08:19:23 +0000 Subject: show compiz choice before metisse --- lib/Xconfig/glx.pm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib') diff --git a/lib/Xconfig/glx.pm b/lib/Xconfig/glx.pm index 1eb804d..786a0d1 100644 --- a/lib/Xconfig/glx.pm +++ b/lib/Xconfig/glx.pm @@ -14,18 +14,18 @@ our @gl_compositing_types = ( type => "none", name => N_("No 3D desktop effects"), }, - { - type => "metisse", - name => N_("Metisse"), - methods => [ qw(Xmetisse) ], - wms => [ qw(metisse-start-fvwm) ], - }, { type => "cube", name => N_("Compiz Fusion"), methods => [ qw(native Xgl) ], wms => [ qw(compiz-fusion) ], }, + { + type => "metisse", + name => N_("Metisse"), + methods => [ qw(Xmetisse) ], + wms => [ qw(metisse-start-fvwm) ], + }, ); our @gl_compositing_servers = ( -- cgit v1.2.1