Last active
June 30, 2024 21:48
-
-
Save srithon/3cd297bdfdd157c0a7e00ff1aeb2690c to your computer and use it in GitHub Desktop.
Revisions
-
srithon renamed this gist
Jun 24, 2021 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
srithon revised this gist
Jun 24, 2021 . 1 changed file with 17 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,20 @@ This document was generated by running the following script #+begin_src fish #!/bin/fish for service in (qdbus "org.kde.*") echo "* $service" for path in (qdbus "$service") echo "** $path" for item in (qdbus "$service" "$path") echo "- $item" end end end #+end_src * org.kde.ActivityManager ** / - ~method QString org.freedesktop.DBus.Introspectable.Introspect()~ -
srithon created this gist
Jun 24, 2021 .There are no files selected for viewing