diff options
Diffstat (limited to 'weltschmerz.1')
-rw-r--r-- | weltschmerz.1 | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/weltschmerz.1 b/weltschmerz.1 index 77a67df..6b64184 100644 --- a/weltschmerz.1 +++ b/weltschmerz.1 @@ -1,4 +1,4 @@ -.Dd July 12, 2021 +.Dd July 24, 2021 .Dt WELTSCHMERZ 1 .Os .Sh NAME @@ -88,6 +88,9 @@ font = Iosevka Light 16 [colours] foreground = #000000 background = #ffffff + +[open-with] +mpv = mpv % .Ed .Pp Refer to the GLib documentation for detailed information on this format. @@ -254,6 +257,21 @@ selection.background/reverse video bold/inherit colour .TE .Ed +.Pp +The options in the +.Em open-with +section define programs that can be invoked from the URI context menu. +The option name determines the name of the program as displayed in the +menu, and the value the command to be executed. +.Pp +.Nm +handles quotes in the command following POSIX +.Xr sh 1 +rules, +but does not do wildcard or variable expansion. +Any +.Dq % +is replaced with the URI when executing the command. .Sh FILES .Bl -tag -width Ds .It Em $XDG_CONFIG_HOME/weltschmerz/config |