From ee2bab5d17bfdf717f664f2de9a89fb4f152953c Mon Sep 17 00:00:00 2001 From: Scoopta Date: Sat, 28 Jan 2023 18:43:54 -0800 Subject: [PATCH] Updated the man pages with the new terminal order --- man/wofi-api.3 | 2 +- man/wofi.1 | 2 +- man/wofi.5 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/wofi-api.3 b/man/wofi-api.3 index d9a5414..816c27b 100644 --- a/man/wofi-api.3 +++ b/man/wofi-api.3 @@ -106,7 +106,7 @@ Returns true if the user was holding control when selecting an entry, false othe .TP .B void wofi_term_run(const char* cmd) -Runs the provided cmd in a terminal emulator. The following order is used for picking a terminal emulator: The user specified terminal, kitty, termite, alacritty, foot, gnome\-terminal, weston\-terminal. If none of these can be found execution will fail. +Runs the provided cmd in a terminal emulator. The following order is used for picking a terminal emulator: The user specified terminal, kitty, alacritty, wezterm, foot, termite, gnome\-terminal, weston\-terminal. If none of these can be found execution will fail. .B const char* cmd \- The command to run, this is invoked by doing \fBterm \-\- cmd\fR. diff --git a/man/wofi.1 b/man/wofi.1 index 8ec8b7d..1307455 100644 --- a/man/wofi.1 +++ b/man/wofi.1 @@ -63,7 +63,7 @@ Allows pango markup to be processed and rendered. Specifies the cache file to load/store cache, default is $XDG_CACHE_HOME/wofi\- where is the name of the mode, if $XDG_CACHE_HOME is not specified ~/.cache is used. .TP .B \-t, \-\-term=\fITERM\fR -Specifies the term to use when running a program in a terminal. This overrides the default terminal run order which is kitty, termite, alacritty, foot, gnome\-terminal, weston\-terminal in that order. +Specifies the term to use when running a program in a terminal. This overrides the default terminal run order which is kitty, alacritty, wezterm, foot, termite, gnome\-terminal, weston\-terminal in that order. .TP .B \-P, \-\-password \fR[character] Runs wofi in password mode with an optional password character to use. If no character is specified * is used by default. diff --git a/man/wofi.5 b/man/wofi.5 index 33685dd..4d9e2ce 100644 --- a/man/wofi.5 +++ b/man/wofi.5 @@ -65,7 +65,7 @@ If true allows pango markup to be processed and rendered, default is false. Specifies the cache file to load/store cache, default is $XDG_CACHE_HOME/wofi\- where is the name of the mode, if $XDG_CACHE_HOME is not specified ~/.cache is used. .TP .B term=\fITERM\fR -Specifies the term to use when running a program in a terminal. This overrides the default terminal run order which is kitty, termite, alacritty, foot, gnome\-terminal, weston\-terminal in that order. +Specifies the term to use when running a program in a terminal. This overrides the default terminal run order which is kitty, alacritty, wezterm, foot, termite, gnome\-terminal, weston\-terminal in that order. .TP .B password=\fICHARACTER\fR Runs wofi in password mode using the specified character, default is false.