1

UBuntu 12.04 LTS uses Compiz 0.9.7.12 as a default window manager. Where UBuntu stores an information which window manager is used by default ? I want to permanently switch to the metacity or run compiz with parameters, for example compiz --debug core composite opengl.

Irbis
  • 507

1 Answers1

1

Ubuntu stores the information in

/usr/share/gnome-session/sessions/"YOURSESSION"

The property DefaultProvider-windowmanager is where you set your default window manager.

Like this DefaultProvider-windowmanager=metacity

D-unit
  • 319
  • 1
  • 15