-
Notifications
You must be signed in to change notification settings - Fork 1
/
udev-notify.1
36 lines (30 loc) · 905 Bytes
/
udev-notify.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.TH man 1 "01 Sept 2017" "1.0" "udev-notify man page"
.SH Name
udev-notify
\" nroff formatted man page
\" 'man -l udev-notify.1' to view
.SH Synopsis
udev-notify [\-lqwh][\-c configfile] [subsystem ...]
.SH Options
.TP
.BR \-c\ configfile
Specify file to use for config ($XDG_CONFIG_HOME/udev-notify/config.toml)
.TP
.BR \-l
List all udev detected/connected devices.
.TP
.BR \-q
Quite all normal output.
.TP
.BR \-w
Print watch and write device events to stdout.
.TP
.BR \-h
Help.
.SH Description
Monitor and run scripts based on udev events. Primary run with a configation
file running in the background of your session, with other options available to
help configuring it.
You can also pass one or more udev subsystems to use as filters (overrides
configured list). Use the term 'all' to not filter at all (list everything).
Mostly useful in conjunction with \-l or \-w when testing your devices.