module/removables: monitors removable devices using udev

This commit is contained in:
Daniel Eklöf 2019-01-01 20:07:50 +01:00
parent 0ab8dad7b9
commit 14f9aec088
4 changed files with 529 additions and 0 deletions

View file

@ -55,6 +55,7 @@ add_executable(f00bar
modules/label.c modules/label.h
modules/mpd.c modules/mpd.h
modules/network.c modules/network.h
modules/removables.c modules/removables.h
modules/xkb.c modules/xkb.h
modules/xwindow.c modules/xwindow.h
)