如果要取代 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
在
<keybind key="A-F9">
   <action name="Iconify">
    </action>
</keybind>
<keybind key="A-F10">
    <action name="MaximizeFull">
    </action>
</keybind>
 
 
沒有留言:
張貼留言