Added misc config files
authorEnrico Zini <enrico@enricozini.org>
Mon, 17 Aug 2009 22:01:55 +0000 (23:01 +0100)
committerEnrico Zini <enrico@enricozini.org>
Mon, 17 Aug 2009 22:01:58 +0000 (23:01 +0100)
misc/.gtkrc-2.0 [new file with mode: 0644]
misc/zavai.conf [new file with mode: 0644]

diff --git a/misc/.gtkrc-2.0 b/misc/.gtkrc-2.0
new file mode 100644 (file)
index 0000000..02407ae
--- /dev/null
@@ -0,0 +1,13 @@
+#gtk-font-name = "Sans 6"
+style "moko"
+{
+    GtkScrollbar::slider-width        = 25
+    GtkNotebook::tab-curvature       = 4
+}
+class "*" style "moko"
+
+style "bigcombo"
+{
+    GtkButton::inner-border = { 20, 20, 20, 20 }
+}
+widget_class "*.GtkComboBoxEntry.*" style "bigcombo"
diff --git a/misc/zavai.conf b/misc/zavai.conf
new file mode 100644 (file)
index 0000000..84f8c33
--- /dev/null
@@ -0,0 +1,11 @@
+<!DOCTYPE busconfig PUBLIC
+ "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
+ "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+<busconfig>
+       <policy user="root">
+               <allow own="org.enricozini.zavai"/>
+               <allow send_path="/"/>
+                <allow send_destination="org.enricozini.zavai"/>
+       </policy>
+</busconfig>
+