diff options
Diffstat (limited to '.emacs.d/early-init.el')
| -rw-r--r-- | .emacs.d/early-init.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
