wok view ivman/stuff/IvmConfigActions.xml @ rev 19195

Add: BVI. Fast and lightweight binary (hex) editor.
author Leonardo Laporte <hackdorte@sapo.pt>
date Mon Jun 06 10:28:32 2016 -0300 (2016-06-06)
parents 13f3f200f867
children
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 <!-- Audio CDs -->
8 <ivm:Match name="hal.volume.disc.type" value="cd_rom">
9 <ivm:Match name="hal.volume.disc.has_audio" value="true">
10 <ivm:Match name="hal.volume.disc.has_data" value="false">
11 <ivm:Option name="exec" value="alsaplayer" />
12 </ivm:Match>
13 </ivm:Match>
14 </ivm:Match>
16 <!-- Start burnbox for blank cdrom -->
17 <ivm:Match name="hal.info.category" value="volume">
18 <ivm:Match name="hal.volume.is_disc" value="true">
19 <ivm:Match name="hal.volume.disc.is_blank" value="true">
20 <ivm:Option name="exec" value="burnbox" />
21 </ivm:Match>
22 </ivm:Match>
23 </ivm:Match>
25 <!-- Notification with desktopbox notify -->
26 <ivm:Match name="hal.info.category" value="storage">
27 <ivm:Match name="hal.storage.bus" value="usb">
28 <ivm:Option name="exec" value="desktopbox notify 'USB storage device detected'" />
29 </ivm:Match>
30 </ivm:Match>
32 <!-- Notification with dzen2 -->
33 <!--
34 <ivm:Match name="hal.info.category" value="storage">
35 <ivm:Match name="hal.storage.bus" value="usb">
36 <ivm:Option name="exec" value="echo 'USB storage device detected' | dzen2 -p 4 -fn fixed" />
37 </ivm:Match>
38 </ivm:Match>
39 -->
41 </ivm:ActionsConfig>