[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 16:03:44 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
David Hedlund wrote:
>> (defun switch-full-screen ()
>> (interactive)
>> (shell-command "wmctrl -r :ACTIVE: -b toggle,fullscreen"))
>
> [...] let's focus why wmctrl cannot be executed from init in
> Trisquel and Ubuntu MATE right now to avoid more confusion.
1. Make the terminal emulator window small so one can see that
it isn't in fullscreen mode.
2. From the terminal, confirm that this works
$ wmctrl -r :ACTIVE: -b toggle,fullscreen
3. If it does, in the Emacs window, do the same thing, first
make it small so it is clear it isn't in fullscreen mode,
then type and eval with C-x C-e or `eval-last-sexp'
(shell-command "wmctrl -r :ACTIVE: -b toggle,fullscreen")
--
underground experts united
https://dataswamp.org/~incal
- Solution to a proposed FAQ, how to maximize emacs quickly (like `emacs --maximize`) for GNU/Linux, David Hedlund, 2023/09/26
- Re: Solution to a proposed FAQ, how to maximize emacs quickly (like `emacs --maximize`) for GNU/Linux, Björn Bidar, 2023/09/26
- Re: Solution to a proposed FAQ, how to maximize emacs quickly (like `emacs --maximize`) for GNU/Linux, David Hedlund, 2023/09/26
- 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, 2023/09/27
- 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, David Hedlund, 2023/09/27
- 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,
Emanuel Berg <=
- 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, Emanuel Berg, 2023/09/27
- 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, David Hedlund, 2023/09/27
- 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 - Improved solution by Chad: ~/.emacs.d/early-init.el, Emanuel Berg, 2023/09/30