wok-stable view ivman/stuff/IvmConfigActions.xml @ rev 2233

ivman: use custom rules (have more to do)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Feb 13 00:20:51 2009 +0100 (2009-02-13)
parents
children 5990f522a3bd
line source
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ivm:ActionsConfig version="0.2" xmlns:ivm="http://www.eikke.com/ivm">
3 <!-- Read the IvmConfigActions.xml man page for details on how to edit this file. -->
5 <ivm:Option name="checkOnInit" value="true" />
7 <!-- mount everything we can -->
8 <!--
9 <ivm:Match name="ivm.mountable" value="true">
10 <ivm:Option name="mount" value="true" />
11 </ivm:Match>
12 -->
14 <!-- rip CDs with audio tracks and no data tracks -->
16 <ivm:Match name="hal.volume.disc.type" value="cd_rom">
17 <ivm:Match name="hal.volume.disc.has_audio" value="true">
18 <ivm:Match name="hal.volume.disc.has_data" value="false">
19 <ivm:Option name="exec" value="asunder" />
20 </ivm:Match>
21 </ivm:Match>
22 </ivm:Match>
24 <!-- Notification with dzen2 -->
25 <!--
26 <ivm:Match name="hal.info.category" value="storage">
27 <ivm:Match name="hal.storage.bus" value="usb">
28 <ivm:Option name="exec" value="echo 'USB storage device detected' | dzen2 -p 4 -fn fixed" />
29 </ivm:Match>
30 </ivm:Match>
31 -->
33 </ivm:ActionsConfig>