View Single Post
Posts: 145 | Thanked: 88 times | Joined on Nov 2009 @ Copenhagen
#5
Yes, you can switch to fullscreen if you install wmctrl (if I remember correctly, it is not in the repositories, but you can find a link for it in this post
http://talk.maemo.org/showthread.php...trl#post435617

From emacs you can then run the following shell command to get in and out of fulscreen mode:

Code:
wmctrl -r :ACTIVE: -b toggle,fullscreen
(ofcourse you can create a keybinding for this if you wish to).