From 45e5f3eccab56980dafd0472b6e9fa8c23315720 Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 30 Aug 2023 01:50:06 +0000 Subject: [PATCH] dino: document how to start calls --- hosts/common/programs/dino.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/hosts/common/programs/dino.nix b/hosts/common/programs/dino.nix index ada1741a..d7a1f529 100644 --- a/hosts/common/programs/dino.nix +++ b/hosts/common/programs/dino.nix @@ -1,3 +1,14 @@ +# usage: +# - start a DM with a rando via +# - '+' -> 'start conversation' +# - add a user to your roster via +# - '+' -> 'start conversation' -> '+' (opens the "add contact" dialog) +# - this triggers a popup on the remote side asking them for confirmation +# - after the remote's confirmation there will be a local popup for you to allow them to add you to their roster +# - to make a call: +# - ensure the other party is in your roster +# - open a DM with the party +# - click the phone icon at top (only visible if other party is in your roster) { ... }: { sane.programs.dino.persist.private = [ ".local/share/dino" ];