https://github.com/inket/globalnowindowtitle
SIMBL plug-in. Hides window titles+icons.
https://github.com/inket/globalnowindowtitle
Last synced: 5 months ago
JSON representation
SIMBL plug-in. Hides window titles+icons.
- Host: GitHub
- URL: https://github.com/inket/globalnowindowtitle
- Owner: inket
- License: other
- Created: 2013-01-19T09:19:53.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-04-17T08:34:57.000Z (almost 12 years ago)
- Last Synced: 2024-04-23T13:06:49.890Z (over 1 year ago)
- Language: Objective-C
- Size: 141 KB
- Stars: 9
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
- Hides the window title, and icon if there's any.
-
- Use at your own risk.
- Might be incompatible with some apps. (say, if the app is dependant on the title of its windows, which only a stupid dev would do)
- Doesn't activate on GC-enabled apps. (I'm a sucker for ARC)
- If you use any of my other SIMBL plugins (namely, GlobalNoWindowIcon, NoWindowIcon or NoWindowTitle), you should remove them before installing this one. Otherwise, this plugin won't activate.
-
- Tested on 10.8.2 and 10.9.2 with EasySIMBL.
-
Quick tip: If you want to limit it to a single app, see line 31 in *GlobalNoWindowTitle-Info.plist*, and change the **\*** to your app's bundle id. E.g. *com.apple.finder* for to limit it to Finder.
#### Download
[Releases](https://github.com/inket/GlobalNoWindowTitle/releases)
#### License
This program is licensed under GNU GPL v3.0 (see LICENSE)