diff -r ce790d508898 -r 785c4056ce54 pidgin/plugins/notify/im.pidgin.Pidgin.plugin.Notify.gschema.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/plugins/notify/im.pidgin.Pidgin.plugin.Notify.gschema.xml Tue Sep 20 02:24:00 2022 -0500 @@ -0,0 +1,149 @@ + + + + + true + Notify IMs + + Notify for IM windows. + + + + + false + Notify IM system messages + + Notify for system messages in IM windows. + + + + + false + Notify chats + + Notify for chat windows. + + + + + false + Notify for username only + + Notify for chat windows only when someone says your username. + + + + + false + Notify chat system messages + + Notify for system messages in chat windows. + + + + + false + Notify focused windows + + Notify even for focused windows. + + + + + false + Notify in window title + + Prepend a string into window title for notification. + + + + + "(*)" + Window title prefix + + String to prepend into window title. + + + + + false + Notify via urgency + + Set window manager "URGENT" hint when on X11. If not on X11, flashes the + window instead. + + + + + false + Notify message count via title + + Insert count of new messages into window title. + + + + + false + Notify message count via X property + + Insert count of new messages into X property (only available on X11). + + + + + false + Raise conversation window + + Notify by requesting that the conversation window is raised. + + + + + false + Present conversation window + + Notify by presenting the conversation window. + + + + + true + Clear on focus + + Remove notification when conversation window gains focus. + + + + + false + Clear on click + + Remove notification when conversation window receives a click. + + + + + true + Clear on type + + Remove notification when typing in conversation window. + + + + + true + Clear on send + + Remove notification when a message gets sent. + + + + + true + Clear on conversation switch + + Remove notification when window switch to this conversation. + + + +