[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Solution to a proposed FAQ, how to maximize emacs quickly (like `ema
From: |
Emanuel Berg |
Subject: |
Re: Solution to a proposed FAQ, how to maximize emacs quickly (like `emacs --maximize`) for GNU/Linux |
Date: |
Wed, 27 Sep 2023 15:21:22 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
David Hedlund wrote:
> tried it in a fresh Trisquel 11
This should not be an issue with your Linux distro, in
all likelihood.
> Failed the settings suggested by Björn Bidar (as I mentioned
> earlier):
>
> (defun switch-full-screen ()
> (interactive)
> (shell-command "wmctrl -r :ACTIVE: -b toggle,fullscreen"))
It works for me, from the/a terminal as well as from Emacs
with M-x switch-full-screen RET
> Any idea why*shell-command* is not executed?
It is executed, maybe you don't notice the change?
Try removing the maximized_vert and maximized_horz properties,
or set the window size manually to something small, so you can
see that the window isn't in fullscreen. Then just M-x the
fullscreen command as above - should work, right?
--
underground experts united
https://dataswamp.org/~incal
- Re: Solution to a proposed FAQ, how to maximize emacs quickly (like `emacs --maximize`) for GNU/Linux, (continued)
- Re: Solution to a proposed FAQ, how to maximize emacs quickly (like `emacs --maximize`) for GNU/Linux, David Hedlund, 2023/09/27
- Re: Solution to a proposed FAQ, how to maximize emacs quickly (like `emacs --maximize`) for GNU/Linux, chad, 2023/09/28
- Re: Solution to a proposed FAQ, how to maximize emacs quickly (like `emacs --maximize`) for GNU/Linux - Improved solution by Chad: ~/.emacs.d/early-init.el, David Hedlund, 2023/09/28
- Re: Solution to a proposed FAQ, how to maximize emacs quickly (like `emacs --maximize`) for GNU/Linux - Improved solution by Chad: ~/.emacs.d/early-init.el, David Hedlund, 2023/09/29
- Re: Solution to a proposed FAQ, how to maximize emacs quickly (like `emacs --maximize`) for GNU/Linux - Improved solution by Chad: ~/.emacs.d/early-init.el, David Hedlund, 2023/09/29
- Re: Solution to a proposed FAQ, how to maximize emacs quickly (like `emacs --maximize`) for GNU/Linux, Björn Bidar, 2023/09/28
- Re: Solution to a proposed FAQ, how to maximize emacs quickly (like `emacs --maximize`) for GNU/Linux, David Hedlund, 2023/09/29
- Re: Solution to a proposed FAQ, how to maximize emacs quickly (like `emacs --maximize`) for GNU/Linux, Emanuel Berg, 2023/09/29
- Re: Solution to a proposed FAQ, how to maximize emacs quickly (like `emacs --maximize`) for GNU/Linux, David Hedlund, 2023/09/29
- Re: Solution to a proposed FAQ, how to maximize emacs quickly (like `emacs --maximize`) for GNU/Linux, Emanuel Berg, 2023/09/27
- Re: Solution to a proposed FAQ, how to maximize emacs quickly (like `emacs --maximize`) for GNU/Linux,
Emanuel Berg <=
Re: Solution to a proposed FAQ, how to maximize emacs quickly (like `emacs --maximize`) for GNU/Linux, Emanuel Berg, 2023/09/26
https://www.gnu.org/software/emacs/manual/html_node/efaq/Fullscreen-mode-on-GNU-Linux.html, David Hedlund, 2023/09/26
Re: Solution to a proposed FAQ, how to maximize emacs quickly (like `emacs --maximize`) for GNU/Linux, Eli Zaretskii, 2023/09/29