From cce04a60d9bcff72da3da005fa2d96528848ccf0 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 28 Nov 2019 09:33:27 +0100 Subject: [PATCH] Fix path in rofi script. --- scripts/remwharead-rofi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remwharead-rofi b/scripts/remwharead-rofi index 47d1ac4..2ef49ee 100755 --- a/scripts/remwharead-rofi +++ b/scripts/remwharead-rofi @@ -9,7 +9,7 @@ if [ -n "${2}" ]; then fi if [ "${1}" = "runremwharead" ]; then - /home/tastytea/Projekte/remwharead/build/src/cli/remwharead -e rofi + remwharead -e rofi else rofi -show remwharead -modi remwharead:"${0} runremwharead" fi