diff options
| author | Raul Benencia <raul@thousandeyes.com> | 2026-06-12 13:01:01 -0300 |
|---|---|---|
| committer | Raul Benencia <raul@thousandeyes.com> | 2026-06-12 18:20:07 -0300 |
| commit | ede8b2ba7acb5d70fb46bd57b45ec4aedce73855 (patch) | |
| tree | a6fc6780fb12aa3367c82a5f72f2dccd3f88c5cf /.emacs.d/rul-emacs.org | |
| parent | 004ca22929e89d86c1f436a7177542c3e0089bbc (diff) | |
Remove undecorated startup frames. This prevents the blank bottom
strip seen on Mutter/X11 after monitor changes.
Diffstat (limited to '.emacs.d/rul-emacs.org')
| -rw-r--r-- | .emacs.d/rul-emacs.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/rul-emacs.org b/.emacs.d/rul-emacs.org index b12e34b..003bd5c 100644 --- a/.emacs.d/rul-emacs.org +++ b/.emacs.d/rul-emacs.org @@ -53,9 +53,9 @@ environment. ;; Do not resize when font size changes (setq frame-resize-pixelwise t) -;; By default, start maximized, undecorated +;; By default, start maximized. Undecorated frames interact badly with +;; Mutter/X11 here and can leave a large blank strip at the bottom. (add-to-list 'default-frame-alist '(fullscreen . maximized)) -(add-to-list 'default-frame-alist '(undecorated . t)) ;; Extend this list from to add more startup frames. (defvar rul-startup-frames |
