From 06f328ac3f0e0b8ccbccd2ef4e9a8ce7926c528d Mon Sep 17 00:00:00 2001 From: ayekat Date: Tue, 14 Feb 2017 15:19:20 +0100 Subject: [PATCH] readme: Remove inotifywatchdog note, add issue #7 note --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f6aa6137..19c8d7c7 100644 --- a/README.md +++ b/README.md @@ -49,17 +49,13 @@ achieve the goal: * For applications accepting command line arguments, there are local "fake" (wrapper) scripts in `.local/bin` that call the real application with the right arguments. -* For applications where neither of these apply, I weep. +* For applications where neither of these apply, I weep (or perhaps resort to + some ugly LD\_PRELOAD hacks, see issue #7). See [XDG Base Directory support](https://wiki.archlinux.org/index.php/XDG_Base_Directory_support) in the Arch Linux wiki for more details about which applications honour the specs. -There is [`inotifywatchdog`](.local/bin/inotifywatchdog), a script that notifies -you of any changes in a watched directory (ideally you might want to [watch -`HOME`](.local/etc/inotifywatchdog/config)) — there is also a -corresponding systemd user service file. - Assumptions -----------