From 75f380b3f7cc42169f59ae6398317bc71837e9cb Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Sat, 3 Feb 2024 12:36:58 +0100 Subject: [PATCH] use rifle as plumber --- lib/open/open_xdg.go | 2 +- ui/help-modal.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/open/open_xdg.go b/lib/open/open_xdg.go index bf0796e..0df42f3 100644 --- a/lib/open/open_xdg.go +++ b/lib/open/open_xdg.go @@ -2,6 +2,6 @@ package open -const Command = "xdg-open" +const Command = "rifle" var Args []string diff --git a/ui/help-modal.go b/ui/help-modal.go index 8aec753..dbbda37 100644 --- a/ui/help-modal.go +++ b/ui/help-modal.go @@ -17,7 +17,7 @@ const helpText = `# General # Media /download [path] - Downloads file from selected message. -/open [path] - Download file from selected message and open it with xdg-open. +/open [path] - Download file from selected message and open it with rifle. /upload - Upload the file at the given path to the current room. # Sending special messages