From 85bb81772f3c26890c7cc5eba6d30e3db2350af6 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 11 Oct 2025 00:32:06 +0100 Subject: geometry tweaks for mac --- init.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 2f4bc95..756b121 100644 --- a/init.el +++ b/init.el @@ -1117,8 +1117,9 @@ (vertical-scroll-bars . nil) (scroll-bar-width . 0) (menu-bar . nil) - (width . 163) - (height . 67))) + ,@(jao-when-darwin '((internal-border-width . 5) + (width . 163) + (height . 70))))) ;;;; frame layout, title, etc (setq frame-title-format '("%b - emacs")) @@ -1127,6 +1128,8 @@ (jao-when-linux (menu-bar-mode -1)) +(setq ns-pop-up-frames nil) + ;; (setting it to nil avoids mouse wrapping after other-frame) (setq focus-follows-mouse (and (jao-is-linux) window-system t)) -- cgit v1.2.3