From ede8b2ba7acb5d70fb46bd57b45ec4aedce73855 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Fri, 12 Jun 2026 13:01:01 -0300 Subject: fix(emacs): avoid undecorated maximized frames Remove undecorated startup frames. This prevents the blank bottom strip seen on Mutter/X11 after monitor changes. --- .emacs.d/early-init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.emacs.d/early-init.el') diff --git a/.emacs.d/early-init.el b/.emacs.d/early-init.el index 9d4ce2c..a0eaedb 100644 --- a/.emacs.d/early-init.el +++ b/.emacs.d/early-init.el @@ -6,9 +6,9 @@ ;; 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 -- cgit v1.2.3