From 27df9835684eddeae0a6a964a1ae8fafbb7deb71 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 15 Feb 2020 19:12:29 +0000 Subject: [PATCH] chore(macos): Enable transparent window titlebar on macOS --- core/siren-core-macos.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/siren-core-macos.el b/core/siren-core-macos.el index 16b7782..1d1cf71 100644 --- a/core/siren-core-macos.el +++ b/core/siren-core-macos.el @@ -6,6 +6,11 @@ ;;; Code: +;; Enable transparent titlebar +(use-package ns-auto-titlebar + :config + (ns-auto-titlebar-mode)) + ;; Set default font (if window-system (set-face-attribute 'default nil :family "Monaco" :height 120))