From 61bb55669df747cef5ae2d5a61d9b014566ccc60 Mon Sep 17 00:00:00 2001 From: Emil Gedda Date: Tue, 12 Apr 2016 22:06:49 +0200 Subject: [PATCH] Changed pgrep to pkill --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9d5167..e0ebec7 100644 --- a/README.md +++ b/README.md @@ -291,10 +291,10 @@ As of version 0.4.0 all options are done in the config file, no more command-lin By default a configuration file is located in `$XDG_CONFIG_HOME/cava/config` or `$HOME/.config/cava/config`, but cava can also be made to use a different file with the `-p` option. Look in the default config file for details on the different options. -Sending cava a SIGUSR1 signal, will force cava to reload its configuration file. Thus, it behaves as if the user pressed r in the terminal. One might send a SIGUSR1 signal using `pgrep` or `killall`. +Sending cava a SIGUSR1 signal, will force cava to reload its configuration file. Thus, it behaves as if the user pressed r in the terminal. One might send a SIGUSR1 signal using `pkill` or `killall`. For example: ``` -$ pgrep -USR1 cava +$ pkill -USR1 cava ```