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