branch: externals/fontaine
commit 5a3ab5b393b21700a012189911c90eb79a262627
Merge: 8b1ddcaa47 9df574eef1
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #19 from morgan-perry/update-readme
    
    Update README to include frame inhibit size info
---
 README.org | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/README.org b/README.org
index ece57b7f42..340aef32f9 100644
--- a/README.org
+++ b/README.org
@@ -693,6 +693,20 @@ a hook that is ran at the post ~load-theme~ phase.
 - [[#h:8f76ca89-a20c-4d76-89e6-423f1d8691a4][Theme-agnostic hook for Emacs 29 
or higher]]
 - [[#h:bf6cbff8-647a-45e8-b0e7-d7588414394b][Theme-agnostic hook before Emacs 
29]]
 
+** Persist frame size on non-auto tiling window managers
+:PROPERTIES:
+:CUSTOM_ID:       h:9025fabf-d238-4923-8011-da4b80ad5cec
+:END:
+
+If using a non-tiling window manager e.g. GNOME/KDE, when a new preset
+is applied the frame may be resized in order to preserve the number of
+columns or lines it displays.
+To disable this feature set =frame-inhibit-implied-resize= to =t=.
+
+#+begin_src emacs-lisp
+(setq frame-inhibit-implied-resize t)
+#+end_src
+
 ** Theme-agnostic hook for Emacs 29 or higher
 :PROPERTIES:
 :CUSTOM_ID: h:8f76ca89-a20c-4d76-89e6-423f1d8691a4

Reply via email to