Hi, Teika Thanks. I have used the following hack.
I created a emacs jump-or-exec-or-last keybinding with command.
emacsclient -c -e \'(fullscreen)\' &
And added the following to my .emacs file
(defun fullscreen ()
(interactive)
(x-send-client-message nil 0 nil "_NET_WM_STATE" 32
'(2 "_NET_WM_STATE_FULLSCREEN" 0)))
