Code Monkey home page Code Monkey logo

Comments (5)

freetonik avatar freetonik commented on September 3, 2024 1

Turns out this feature is disabled by default in emacsport https://github.com/railwaycat/homebrew-emacsmacport/wiki/Natural-Title-Bar And the pre-built binary I'm recommending in the README is built without --with-natural-title-bar option.

I will update the config and update the README accordingly.

Thank you.

from castlemacs.

freetonik avatar freetonik commented on September 3, 2024 1

Forgot to close in commit message.

This closes the issue.

Thank you!

from castlemacs.

freetonik avatar freetonik commented on September 3, 2024

Hi!

This didn't work in Emacs port, unfortunately. But did work in https://emacsformacosx.com/

Any ideas how to fix that?

from castlemacs.

takaxp avatar takaxp commented on September 3, 2024

Hi!

If you use a dark theme with '(ns-apperance . dark) then you can see the colored titlebar.

EMP (Emacs Mac Port):
screen shot 2018-09-24 at 23 35 08

NS:
screen shot 2018-09-25 at 0 00 37

If you cannot see any changes in your Emacs Mac Port build version, then just restrict the setting to NS build version :)

(when (eq window-system 'ns)
  (add-to-list 'default-frame-alist '(ns-appearance . light)) ;; {light, dark}
  (add-to-list 'default-frame-alist '(ns-transparent-titlebar . t)))

from castlemacs.

takaxp avatar takaxp commented on September 3, 2024

And homebrew-emacs-plus project would help you.

from castlemacs.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.