diff --git a/TODO b/TODO index 179afc92..688860ee 100644 --- a/TODO +++ b/TODO @@ -17,8 +17,9 @@ class Identity(pyinotify.ProcessEvent): wm = pyinotify.WatchManager() notifier = pyinotify.Notifier(wm, default_proc_fun=Identity(), timeout=5) +wm.add_watch('/sys/devices/virtual/tty/tty0/active', pyinotify.INCLOSE_WRITE) for file in list(glob.glob('/dev/vcsa[0-64]')): - wm.add_watch(file, pyinotify.IN_CLOSE_WRITE, auto_add=True) + wm.add_watch(file, pyinotify.IN_CLOSE_WRITE) print(file) try: