Fix path in rofi script.

This commit is contained in:
tastytea 2019-11-28 09:33:27 +01:00
parent 4ac61852ed
commit cce04a60d9
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -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