hello guys i have recently installed arch linux with just openbox and tint2. i have heard that openbox is a light desktop enviroment but at boot it uses about 300 mb of ram and it seems alot to me. here is my htop output:
http://imagebin.org/132393
i am also trying to get alt+F2 hotkeys to open gmrun so i added this to the openbox config file:
<!-- Keybindings for running applications -->
<keybind key="C-F2">
<action name="Execute">
<startupnotify>
<enabled>true</enabled>
<name>gmrun</name>
</startupnotify>
<command>gmrun</command>
</action>
</keybind>
</keyboard>
seems it doesnt work tho. thanx