Other Nokia N900 GNU mobile phone tips
Nokia N900 GNU mobile phone features Hildon, a GTK framework for display, which uses a nasty big top bar, and doesn't allow applications to go fullscreen, which can be quite a problem for some apps, considering the miniscule display of the phone.
To get any app to run fullscreen on Nokia N900:
| $ echo '"wmctrl -r :ACTIVE: -b toggle,fullscreen"' > ~/.xbindkeysrc echo 'shift + KP_Enter' >> ~/.xbindkeysrc |
| $ xbindkeys |
Now, pressing Shift+Enter will toggle between fullscreen/nonfullscreen states of any app you're running. Smooth!