help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Maximize frame


From: Decebal
Subject: Re: Maximize frame
Date: Thu, 14 May 2009 05:14:38 -0700 (PDT)
User-agent: G2/1.0

On 14 mei, 14:03, Decebal <CLDWester...@gmail.com> wrote:
> On 14 mei, 13:39, Michael Heerdegen <ab...@127.0.0.1> wrote:
>
> > Onhttp://ubuntuforums.org/showthread.php?t=782196Ifound:
>
> > (defun toggle-fullscreen ()                                    
> >   (interactive)                                                
> >   (x-send-client-message nil 0 nil "_NET_WM_STATE" 32          
> >                          '(2 "_NET_WM_STATE_MAXIMIZED_VERT" 0))
> >   (x-send-client-message nil 0 nil "_NET_WM_STATE" 32          
> >                          '(2 "_NET_WM_STATE_MAXIMIZED_HORZ" 0))
> >   )
>
> I tried that and it did not work. But now it works, so I think I made
> an input mistake when I tried that.

There is one little problem with the toggle fullscreen. If for example
vert is allready maximized and horz not, I would like vert untouched
and horz maximized. Is this possible, or am I asking to much? (This
will not happen often and then I could use <ALT>+<F3> followed by x,
but I like to get rid of loose ends. ;-} )


reply via email to

[Prev in Thread] Current Thread [Next in Thread]