Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove title bar #6

Open
tj opened this issue Dec 21, 2016 · 3 comments
Open

Remove title bar #6

tj opened this issue Dec 21, 2016 · 3 comments

Comments

@tj
Copy link
Member

tj commented Dec 21, 2016

Currently Atom doesn't actually let you remove the title bar without hacking Atom's codebase... some day :D

@saadq
Copy link

saadq commented Dec 22, 2016

For anyone else who was trying to get it to look closer to TJ's screenshot without using a custom build of Atom, you can add core.useCustomTitleBar: true to your config.cson file and also install the no-title-bar package (or you can just add visibility: hidden to .title-bar in your stylesheet and adjust some other styles yourself).

Before:

screen shot 2016-12-22 at 9 02 17 am

After:

screen shot 2016-12-22 at 9 03 22 am

@tj
Copy link
Member Author

tj commented Dec 22, 2016

Awesome thanks for the tip, didn't realize they had that option. I'd love to remove it entirely some day and just have an X but this is still a great improvement!

@catalin-miron-hs
Copy link

Pretty awesome, shall we add it in the README?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants