]> git.madduck.net Git - etc/gtk.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

standardise all GTK settings between versions master
authormartin f. krafft <madduck@madduck.net>
Thu, 31 Oct 2019 09:18:40 +0000 (22:18 +1300)
committermartin f. krafft <madduck@madduck.net>
Thu, 31 Oct 2019 09:18:40 +0000 (22:18 +1300)
.config/gtk-2.0/gtkfilechooser.ini
.config/gtk-3.0/.gitattributes [new file with mode: 0644]
.config/gtk-3.0/gtkfilechooser.ini [new file with mode: 0644]
.config/gtk-3.0/settings.ini [new file with mode: 0644]
.gitignore.d/gtk
.gtkrc
.gtkrc-2.0

index 2059bc09d06268cbda4186584561f2214219851a..5f6ca3bda505f0432e0310811b3d9f2c14a1614d 100644 (file)
@@ -1,8 +1,8 @@
 [Filechooser Settings]
 LocationMode=filename-entry
 [Filechooser Settings]
 LocationMode=filename-entry
-ShowHidden=false
+ShowHidden=true
 ExpandFolders=true
 ShowSizeColumn=true
 SortColumn=name
 ExpandFolders=true
 ShowSizeColumn=true
 SortColumn=name
-SortOrder=ascending
+SortOrder=descending
 StartupMode=cwd
 StartupMode=cwd
diff --git a/.config/gtk-3.0/.gitattributes b/.config/gtk-3.0/.gitattributes
new file mode 100644 (file)
index 0000000..f0f62ae
--- /dev/null
@@ -0,0 +1 @@
+gtkfilechooser.ini filter=ignore_geometry
diff --git a/.config/gtk-3.0/gtkfilechooser.ini b/.config/gtk-3.0/gtkfilechooser.ini
new file mode 100644 (file)
index 0000000..5f6ca3b
--- /dev/null
@@ -0,0 +1,8 @@
+[Filechooser Settings]
+LocationMode=filename-entry
+ShowHidden=true
+ExpandFolders=true
+ShowSizeColumn=true
+SortColumn=name
+SortOrder=descending
+StartupMode=cwd
diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini
new file mode 100644 (file)
index 0000000..a81f490
--- /dev/null
@@ -0,0 +1,14 @@
+[Settings]
+gtk-theme-name = "Raleigh"
+gtk-icon-theme-name = "Tango"
+gtk-font-name = "Lato Medium 12"
+
+gtk-can-change-accels = 1
+
+gtk-toolbar-style = GTK_TOOLBAR_ICONS
+#
+#style "madduck"
+#{
+#  font_name = "Lato Medium 12"
+#}
+#widget_class "*" style "madduck"
index d711856864fc93a1132917868cedf7ad78105165..7c9c25dc5fc3023407166cdaa1065360591c62cd 100644 (file)
@@ -1,9 +1,9 @@
 *
 *
-!/.config
-!/.config/gtk-2.0
 !/.config/gtk-2.0/.gitattributes
 !/.config/gtk-2.0/gtkfilechooser.ini
 !/.config/gtk-2.0/.gitattributes
 !/.config/gtk-2.0/gtkfilechooser.ini
-!/.gitignore.d
+!/.config/gtk-3.0/.gitattributes
+!/.config/gtk-3.0/gtkfilechooser.ini
+!/.config/gtk-3.0/settings.ini
 !/.gitignore.d/gtk
 !/.gtkrc
 !/.gtkrc-2.0
 !/.gitignore.d/gtk
 !/.gtkrc
 !/.gtkrc-2.0
diff --git a/.gtkrc b/.gtkrc
index 414c0e79e853f258937e4451abd6bb54df590b2c..3a04ef1392bf4faa9085eed3ed136b423ca0936c 100644 (file)
--- a/.gtkrc
+++ b/.gtkrc
@@ -1,4 +1,7 @@
-style "madduck" {
-  font_name = "RotisSansSerif 9"
-}
-class "GtkWidget" style "madduck"
+gtk-theme-name = "Raleigh"
+gtk-icon-theme-name = "Tango"
+gtk-font-name = "Lato Medium 12"
+
+gtk-toolbar-style = GTK_TOOLBAR_ICONS
+
+gtk-can-change-accels = 1
index 3dd73693b12b51c4ef7505f067188611fa8b95cf..32ee54cfcf52ad273c35839144c183acda2a7907 100644 (file)
@@ -1,14 +1,13 @@
-include '/usr/share/themes/Clearlooks/gtk-2.0/gtkrc'
+gtk-theme-name = "Raleigh"
+gtk-icon-theme-name = "Tango"
+gtk-font-name = "Lato Medium 12"
 
 gtk-can-change-accels = 1
 
 
 gtk-can-change-accels = 1
 
-gtk-icon-theme-name = "Tango"
-
 gtk-toolbar-style = GTK_TOOLBAR_ICONS
 gtk-toolbar-style = GTK_TOOLBAR_ICONS
-
-gtk-font-name = "RotisSansSerif 10"
-style "madduck"
-{
-  font_name = "RotisSansSerif 10"
-}
-widget_class "*" style "madduck"
+#
+#style "madduck"
+#{
+#  font_name = "Lato Medium 12"
+#}
+#widget_class "*" style "madduck"