Skip to content

How does it Work?

npyl edited this page May 24, 2018 · 10 revisions

disabling X11 Warnings when quitting

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

Clone this wiki locally