mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-17 08:35:38 +02:00
module/removables: monitors removable devices using udev
This commit is contained in:
parent
0ab8dad7b9
commit
14f9aec088
4 changed files with 529 additions and 0 deletions
7
modules/removables.h
Normal file
7
modules/removables.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "../module.h"
|
||||
#include "../particle.h"
|
||||
|
||||
struct module *module_removables(
|
||||
struct particle *label, int left_spacing, int right_spacing);
|
Loading…
Add table
Add a link
Reference in a new issue