diff options
Diffstat (limited to 'plugins/inotify/inotify.xml.in')
-rw-r--r-- | plugins/inotify/inotify.xml.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/inotify/inotify.xml.in b/plugins/inotify/inotify.xml.in new file mode 100644 index 0000000..54291f9 --- /dev/null +++ b/plugins/inotify/inotify.xml.in @@ -0,0 +1,14 @@ +<compiz> + <plugin name="inotify"> + <_short>File Watcher</_short> + <_long>File change notification plugin</_long> + <category>Utility</category> + <deps> + <relation type="after"> + <plugin>composite</plugin> + <plugin>opengl</plugin> + <plugin>decor</plugin> + </relation> + </deps> + </plugin> +</compiz> |