Re: [Sawfish] Emacs does not open fullscreen using sawfish

[ Thread Index | Date Index | More lists.tuxfamily.org/sawfish Archives ]


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)))






Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/