Shade windows con la rueda del ratón en la barra de título | Unity

Hace tiempo ya hablè sobre este trick que tambien se hacia via en viejo Ubuntu Tweak pero yo siempre preferì hacerlo via GConf, esta configuraciòn es un clasico por dependencia que aùn funciona en Unity.

Ver post relacionado

Para su confuguraciòn y otro screenshot, ver post antiguo [Metacity], haciendo un click en la imagen anterior.

Enjoy!.

Gconf-editor via el terminal

Mi configuraciòn. (Apuntes)

## Remove app icon (button_layout) — Arrangement of buttons on the titlebar (Window)

gconftool-2 --type string --set /apps/metacity/general/button_layout :minimize,maximize,close

## Computer & Home icon visible on desktop + Disable tooltips (Panel) + Show advanced permissions in the file property dialog

gconftool-2 --type Boolean --set /apps/nautilus/desktop/home_icon_visible True &&
gconftool-2 --type Boolean --set /apps/nautilus/desktop/computer_icon_visible True && 
gconftool-2 --type Boolean --set /apps/nautilus/preferences/show_advanced_permissions True && 
gconftool-2 --type Boolean --set /apps/panel/global/tooltips_enabled False

## Default Thumbnail Icon Size (Nautilus) + Width of the side pane

gconftool-2 --type Integer --set /apps/nautilus/icon_view/thumbnail_size 48 && gconftool-2 --type Integer --set /apps/nautilus/preferences/sidebar_width 200