From a6e856b845069e8a8c713092d971b56d46fa8f48 Mon Sep 17 00:00:00 2001 From: Philip Nelson Date: Sun, 31 Dec 2023 10:02:30 -0800 Subject: [PATCH] Use explicit raw JSON from busctl --- makoctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makoctl b/makoctl index b5298fe..e697ead 100755 --- a/makoctl +++ b/makoctl @@ -38,7 +38,7 @@ if ! type $BUSCTL >/dev/null 2>&1; then fi call() { - $BUSCTL -j --user call org.freedesktop.Notifications /fr/emersion/Mako \ + $BUSCTL --json=short --user call org.freedesktop.Notifications /fr/emersion/Mako \ fr.emersion.Mako -- "$@" }