From 70aec3b2b6e96789f35c872d5a17c184fa5a8bb4 Mon Sep 17 00:00:00 2001 From: bretello Date: Thu, 14 Sep 2023 22:44:49 +0200 Subject: [PATCH] useful_commands: add dbus introspection --- useful_commands | 2 ++ 1 file changed, 2 insertions(+) diff --git a/useful_commands b/useful_commands index da43ac7..c4308ca 100644 --- a/useful_commands +++ b/useful_commands @@ -252,3 +252,5 @@ emacs -batch -l dunnet # BINARY CLOCK! watch -n 1 'echo "obase=2;`date +%s`" | bc' +# dbus introspection +busctl -j --user introspect org.freedesktop.Notifications "/fr/emersion/Mako"