feat: add files monitor
FilesMonitor allows shell to monitor changes on a set of files. This allows the shell to react in realtime any changes related to its configurations such as: themes, keyboard, setting, etc.
This commit is contained in:
@ -63,6 +63,7 @@ base = [
|
||||
'src/input.c',
|
||||
'src/virtual-keyboard.c',
|
||||
'src/widgets/virtual-keyboard-widgets.c',
|
||||
'src/files-monitor.c',
|
||||
wayland_targets
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user