config_query_option STALONETRAY_OPTS "Enable native KDE tray icons support?" y \
                                     "--enable-native-kde" \
                                     "--disable-native-kde" &&

config_query_option STALONETRAY_OPTS "Enable debugging output/checks?" y \
                                     "--enable-debug" \
                                     "--disable-debug" &&

config_query_option STALONETRAY_OPTS "Enable full event trace (debug)?" y \
                                     "--enable-events-trace" \
                                     "--disable-events-trace" &&

config_query_option STALONETRAY_OPTS "Delay sending of embedding confirmation (debug)" y \
                                     "--enable-embedding-confirmation-delay" \
                                     "--disable-embedding-confirmation-delay" &&

config_query_option STALONETRAY_OPTS "Use xprop/xwininfo to dump icon window info?" n \
                                     "--enable-dump-win-info" \
                                     "--disable-dump-win-info" &&

config_query_option STALONETRAY_OPTS "Use non-portable hack to exit gracefuly on signal?" n \
                                     "--enable-graceful-exit" \
                                     "--disable-graceful-exit"
