diff --git a/scripts/tkremind b/scripts/tkremind index 5ad22218..25a125e6 100755 --- a/scripts/tkremind +++ b/scripts/tkremind @@ -3644,7 +3644,7 @@ proc SetFonts {} { proc SetupInotify {} { global InotifyFP global ReminderFile - set failed [catch {set InotifyFP [open "|inotifywait -q -m -e close_write -e move -e create -e delete $ReminderFile" "r"] } ] + set failed [catch {set InotifyFP [open "|inotifywait -r -q -m -e close_write -e move -e create -e delete $ReminderFile" "r"] } ] if {$failed} { # inotifywait probably not available... meh. return