跟大家使用得來比,算是一種很冷門的的 window manager
如果要取代 gnome 預設的

terry@terry:~$ cat .gnomerc

export WINDOW_MANAGER=openbox

terry@terry:~$



預設的 keybind 不夠的話,可以自訂


http://openbox.org/wiki/Help:Bindings

例如視窗最大,還有最小
用 vim 編輯,這一個檔案
terry@terry:~$ vim ~/.config/openbox/rc.xml
的 xml 標籤裡加入


<keybind key=“A-F9”>
<action name=“Iconify”>
</action>
</keybind>
<keybind key=“A-F10”>
<action name=“MaximizeFull”>
</action>
</keybind>