Lircrc
Aus VDR Wiki
(Unterschied zwischen Versionen)
K |
|||
| Zeile 1: | Zeile 1: | ||
| − | + | Konfigurationsdatei von [[LIRC]]. | |
| + | |||
| + | {{Box Datei| /etc/lircrc | | ||
| + | <pre> | ||
| + | begin | ||
prog = irexec | prog = irexec | ||
button = Power | button = Power | ||
| Zeile 6: | Zeile 10: | ||
button = 1 | button = 1 | ||
config = if [ -n "$(pidof vdr)" ] ; then runvdr stop ; else runvdr start ; fi | config = if [ -n "$(pidof vdr)" ] ; then runvdr stop ; else runvdr start ; fi | ||
| − | + | end | |
| − | + | begin | |
prog = irexec | prog = irexec | ||
button = Power | button = Power | ||
| Zeile 15: | Zeile 19: | ||
button = 2 | button = 2 | ||
config = reboot | config = reboot | ||
| − | + | end | |
| + | </pre> | ||
| + | }} | ||
[[Kategorie:Konfigurationsdateien]] | [[Kategorie:Konfigurationsdateien]] | ||
Version vom 10. Juli 2005, 15:36 Uhr
Konfigurationsdatei von LIRC.