]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/settings.kcfg
Enable setting as the default browser.
[PrivacyBrowserPC.git] / src / settings.kcfg
index 7ef17aa73a3969de2f9b45e801ad9a3b1e6c57f0..f739cf695b415c5e7f7db6d40d22ffdff2c67663 100644 (file)
   You should have received a copy of the GNU General Public License
   along with Privacy Browser PC.  If not, see <http://www.gnu.org/licenses/>. -->
 
+  <!-- The options are partially documented at <https://api.kde.org/frameworks/kconfig/html/classKConfigSkeleton.html>. -->
 <kcfg
     xmlns="http://www.kde.org/standards/kcfg/1.0"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
 
-    <kcfgfile name="settings"/>
+    <!-- This is the name of the file located in `~/.config/` where the settings are stored. -->
+    <kcfgfile name="privacybrowser"/>
+
+    <group name="Privacy">
+        <entry name="javaScript" type="Bool">
+            <default>false</default>
+        </entry>
+    </group>
 
     <group name="General">
+        <entry name="homepage" type="Url">
+            <default>https://www.mojeek.com/</default>
+        </entry>
+
         <entry name="zoomFactor" type="Double">
             <default>1.00</default>
         </entry>