]> git.rmz.io Git - dotfiles.git/blob - mkosi/kodi/mkosi.extra/etc/lirc/lirc_options.conf
nvim: allow normal mode in lsp.rename() popup
[dotfiles.git] / mkosi / kodi / mkosi.extra / etc / lirc / lirc_options.conf
1 # These are the default options to lircd, if installed as
2 # /etc/lirc/lirc_options.conf. See the lircd(8) and lircmd(8)
3 # manpages for info on the different options.
4 #
5 # Some tools including mode2 and irw uses values such as
6 # driver, device, plugindir and loglevel as fallback values
7 # in not defined elsewhere.
8
9 [lircd]
10 nodaemon = False
11 driver = default
12 device = auto
13 output = /var/run/lirc/lircd
14 pidfile = /var/run/lirc/lircd.pid
15 plugindir = /usr/lib/lirc/plugins
16 permission = 666
17 allow-simulate = No
18 repeat-max = 600
19 #effective-user =
20 #listen = [address:]port
21 #connect = host[:port]
22 #loglevel = 6
23 #release = true
24 #release_suffix = _EVUP
25 #logfile = ...
26 #driver-options = ...
27
28 [lircmd]
29 uinput = False
30 nodaemon = False
31
32 # [modinit]
33 # code = /usr/sbin/modprobe lirc_serial
34 # code1 = /usr/bin/setfacl -m g:lirc:rw /dev/uinput
35 # code2 = ...
36
37
38 # [lircd-uinput]
39 # add-release-events = False
40 # release-timeout = 200
41 # release-suffix = _EVUP