mirror of
https://github.com/Snigdha-OS/snigdhaos-cinnamon-config.git
synced 2025-12-06 05:23:51 +01:00
46 lines
2.2 KiB
XML
46 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist>
|
|
<schema id="org.gnome.nm-applet" path="/org/gnome/nm-applet/" gettext-domain="nm-applet">
|
|
<key name="disable-connected-notifications" type="b">
|
|
<default>false</default>
|
|
<summary>Disable connected notifications</summary>
|
|
<description>Set this to true to disable notifications when connecting to a network.</description>
|
|
</key>
|
|
<key name="disable-disconnected-notifications" type="b">
|
|
<default>false</default>
|
|
<summary>Disable disconnected notifications</summary>
|
|
<description>Set this to true to disable notifications when disconnecting from a network.</description>
|
|
</key>
|
|
<key name="disable-vpn-notifications" type="b">
|
|
<default>false</default>
|
|
<summary>Disable VPN notifications</summary>
|
|
<description>Set this to true to disable notifications when connecting to or disconnecting from a VPN.</description>
|
|
</key>
|
|
<key name="suppress-wireless-networks-available" type="b">
|
|
<default>false</default>
|
|
<summary>Suppress networks available notifications</summary>
|
|
<description>Set this to true to disable notifications when Wi-Fi networks are available.</description>
|
|
</key>
|
|
<key name="stamp" type="i">
|
|
<default>0</default>
|
|
<summary>Stamp</summary>
|
|
<description>Used to determine whether settings should be migrated to a new version.</description>
|
|
</key>
|
|
<key name="disable-wifi-create" type="b">
|
|
<default>false</default>
|
|
<summary>Disable WiFi Create</summary>
|
|
<description>Set to true to disable creation of adhoc networks when using the applet.</description>
|
|
</key>
|
|
<key name="suppress-broadband-unlock-prompt" type="b">
|
|
<default>false</default>
|
|
<summary>Suppress broadband device unlock prompt</summary>
|
|
<description>Set to true to not prompt for PIN/PUK when providing it is required to unlock a broadband device.</description>
|
|
</key>
|
|
<key name="show-applet" type="b">
|
|
<default>true</default>
|
|
<summary>Show the applet in notification area</summary>
|
|
<description>Set to FALSE to disable displaying the applet in the notification area.</description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|