commit 8760019b76b8f7372e2c088461f3630191827cef
parent dcab6be441f52790c45b745fa110a89b4a6efe72
Author: Chris Bracken <chris@bracken.jp>
Date: Mon, 26 Jul 2021 22:54:32 -0700
Get rid of .gtkrc-2.0
This can be configured per host, if needed.
Diffstat:
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
@@ -1,2 +1,5 @@
# Ignore compiled python.
*.pyc
+
+# Ignore GTK 2.0 theme information
+.gtk-2.0
diff --git a/.gtkrc-2.0 b/.gtkrc-2.0
@@ -1 +0,0 @@
-gtk-theme-name = "Ambiance"