aboutsummaryrefslogtreecommitdiff
path: root/data/00_gtk3-classic-module.gschema.override
diff options
context:
space:
mode:
authorGordon Norman Squash <gordsqsh@protonmail.com>2024-09-10 01:28:29 -0400
committerGordon Norman Squash <gordsqsh@protonmail.com>2024-09-10 01:30:42 -0400
commit472d7c466d33bd1fe4cd293b354e52bf16384520 (patch)
tree08398a71fd7838967649c73f005f98bfe7b843d2 /data/00_gtk3-classic-module.gschema.override
downloadgtk3-classic-module-472d7c466d33bd1fe4cd293b354e52bf16384520.tar.gz
gtk3-classic-module-472d7c466d33bd1fe4cd293b354e52bf16384520.tar.bz2
gtk3-classic-module-472d7c466d33bd1fe4cd293b354e52bf16384520.zip
Initial commit
This is where I have started tracking development with Git. I declare this as version 0.89.
Diffstat (limited to 'data/00_gtk3-classic-module.gschema.override')
-rw-r--r--data/00_gtk3-classic-module.gschema.override23
1 files changed, 23 insertions, 0 deletions
diff --git a/data/00_gtk3-classic-module.gschema.override b/data/00_gtk3-classic-module.gschema.override
new file mode 100644
index 0000000..888ef2d
--- /dev/null
+++ b/data/00_gtk3-classic-module.gschema.override
@@ -0,0 +1,23 @@
+# This file was installed by the gtk3-classic-module package.
+# Edit this file if you wish; however, you may want to instead use this file
+# as a template for a GSchema override file of your own. Just ensure that
+# he name of your file begins with a two-digit number greater than the '00'
+# used by this override file, or otherwise your own settings may not take
+# precedence over the settings in this file.
+#
+# Please also see the file at:
+#
+# /etc/gtk-3.0/settings.ini
+#
+# ...for additional settings.
+
+
+## Settings pertaining to the GTK file chooser dialog:
+
+[org.gtk.Settings.FileChooser]
+
+### Opens the file chooser dialog to the current directory (usually your home
+### directory) by default. Change the 'cwd' to 'recent' if you prefer the
+### file chooser dialog to initially open up to the list of your recently
+### opened files.
+startup-mode = 'cwd'
bgstack15