-
Notifications
You must be signed in to change notification settings - Fork 36
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
Hide dock icon #3
Comments
and the alt-tab icon too... |
This is not possible AFAIK, You may set LSUIElement of Terminal.app's Info.plist to 1. So you will hide your Terminal both from the Dock and cmd-tab list. TotalTerminal doesn't want to modifying Terminal.app's files, so you have to do it manually. |
One possible solution would be to let the user decide which app TotalTerminal should inject into, perhaps as an advanced setting or something. Then it would be possible to make a copy of Terminal, set it to agent and inject into that one, while regular terminal still had its Dock icon. Best of both worlds although it means an extra copy of Terminal lying around. |
lesser known issue with this setup: it makes the preferences window very hard to interact with, as putting up the terminal will make the preferences window disappear |
In 1.4.2 you can specify hidden tweak and TotalTerminal switches Terminal.app into UIElement mode during runtime.
|
Not working for me in OSX 10.9, TotalTerminal 1.4.2. Dock icon still visible, tried restarting the app, still there. |
@popavo can you comment on this? |
hmmm, with TotalTerminalHideDockIcon key set to true, it should just work. although sometimes setting defaults for an app that's currently running fails. |
Yep; ran it in AppleScript Editor and it works perfectly now. Thanks 😄 |
By the way, if people actually wants to CMD + Tab between totalterminal (v1.5.4) and other apps, you can still do |
Fantastic! It really works. |
Hello,
It'd be nice to have an option to hide the dock icon completely.
Xiao
The text was updated successfully, but these errors were encountered: