From af82cbaf3bec74e44bb2df872b8a5ca45e9e645f Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Sun, 10 Jan 2021 01:33:39 +0100 Subject: [PATCH] make i3-watchers work independently of PATH envvar --- files/bin/i3-watchers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/bin/i3-watchers b/files/bin/i3-watchers index 5450688..40b51d9 100644 --- a/files/bin/i3-watchers +++ b/files/bin/i3-watchers @@ -2,4 +2,4 @@ set DIR (cd (dirname (status -f)); and pwd) -i3-msg -t subscribe -m '["workspace"]' | jq --raw-output --unbuffered 'select(.change == "focus").current.name' | xargs -n1 -r on-focus-workspace & +i3-msg -t subscribe -m '["workspace"]' | jq --raw-output --unbuffered 'select(.change == "focus").current.name' | xargs -n1 -r ~/bin/on-focus-workspace &