]> git.decadent.org.uk Git - ion3.git/blobdiff - debian/README
Added modular configuration mechanism.
[ion3.git] / debian / README
index 8d978350899ecf6e7447f3e460d34a0158d1a8f3..74767738f6b2e9ab428d0b13d3cf62db162ccb45 100644 (file)
@@ -56,3 +56,12 @@ in your X session and this in your Ion3 configuration:
        ...
        template="... %systray_dock"
     }
+
+Adding configuration files to the defaults
+
+Ion3 extension packages may add and remove configuration files to
+those included by cfg_defaults.lua.  The configuration files must be
+installed under /etc/X11/ion3.  Run "install-ion3-cfg cfg_foo" in the
+postinst script to add the configuration file
+/etc/X11/ion3/cfg_foo.lua.  Run "install-ion3-cfg --remove cfg_foo" in
+the prerm script to remove it.