(Muffin as a Compiz Fusion replacement)
Configuration
Muffin/Mutter Theme
- copy “MyTheme” dir into
~/.themes
or into/usr/share/themes
gsettings set org.gnome.desktop.interface gtk-theme "MyTheme"
gconftool-2 --set --type string /apps/metacity/general/theme "MyTheme"
Windows
- to enable titlebar buttons:
gconftool-2 –set –type str /desktop/gnome/shell/windows/button_layout “menu:minimize,maximize,close” gconftool-2 –set –type str /apps/metacity/general/button_layout “menu:minimize,maximize,close” ~~~
- to attach the modal dialogs to a parent window:
gconftool-2 –set /desktop/gnome/shell/windows/attach_modal_dialogs true –type bool ~~~
Keybindings
- Set these properties like so:
gconftool-2 --type=string --set /apps/metacity/global_keybindings/switch_windows '<Alt>Tab'
- Set these properties like so:
gconftool-2 --type=string --set /apps/metacity/window_keybindings/activate_window_menu '<Alt>space'