-
-
Notifications
You must be signed in to change notification settings - Fork 3
How does it Work?
npyl edited this page May 24, 2018
·
10 revisions
Manage Conky gives you the ability to disable the warning when quiting X11:
Apple has renamed X11 to XQuartz thus, this post is not relevant anymore.
To disable the warning, open up Terminal.app and type the command:
defaults write org.macosforge.xquartz.X11 no_quit_alert true
To revert to original behaviour:
defaults write org.macosforge.xquartz.X11 no_quit_alert false