-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Advanced configurations
Paddy Xu edited this page Jul 31, 2021
·
15 revisions
- Quit QuickLook if it is running.
- Navigate to the data location.
- Open
QuickLook.configwith a text editor. If this file does not exist then run and quit QuickLook once. - Add your desiered config and save the file.
- Run QuickLook again.
Default is True (show the icon).
- To hide the icon, write:
<ShowTrayIcon>False</ShowTrayIcon>. - To show the icon, write:
<ShowTrayIcon>True</ShowTrayIcon>or delete the existing line.
Default is True (enable transparency).
- To disable transparency, write:
<UseTransparency>False</UseTransparency>. - To enable transparency, write:
<UseTransparency>True</UseTransparency>or delete the existing line.