Updated the man pages with the new terminal order
This commit is contained in:
parent
7966777dd5
commit
ee2bab5d17
@ -106,7 +106,7 @@ Returns true if the user was holding control when selecting an entry, false othe
|
|||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B void wofi_term_run(const char* cmd)
|
.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
|
.B const char* cmd
|
||||||
\- The command to run, this is invoked by doing \fBterm \-\- cmd\fR.
|
\- The command to run, this is invoked by doing \fBterm \-\- cmd\fR.
|
||||||
|
@ -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\-<mode name> where <mode name> is the name of the mode, if $XDG_CACHE_HOME is not specified ~/.cache is used.
|
Specifies the cache file to load/store cache, default is $XDG_CACHE_HOME/wofi\-<mode name> where <mode name> is the name of the mode, if $XDG_CACHE_HOME is not specified ~/.cache is used.
|
||||||
.TP
|
.TP
|
||||||
.B \-t, \-\-term=\fITERM\fR
|
.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
|
.TP
|
||||||
.B \-P, \-\-password \fR[character]
|
.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.
|
Runs wofi in password mode with an optional password character to use. If no character is specified * is used by default.
|
||||||
|
@ -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\-<mode name> where <mode name> is the name of the mode, if $XDG_CACHE_HOME is not specified ~/.cache is used.
|
Specifies the cache file to load/store cache, default is $XDG_CACHE_HOME/wofi\-<mode name> where <mode name> is the name of the mode, if $XDG_CACHE_HOME is not specified ~/.cache is used.
|
||||||
.TP
|
.TP
|
||||||
.B term=\fITERM\fR
|
.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
|
.TP
|
||||||
.B password=\fICHARACTER\fR
|
.B password=\fICHARACTER\fR
|
||||||
Runs wofi in password mode using the specified character, default is false.
|
Runs wofi in password mode using the specified character, default is false.
|
||||||
|
Loading…
Reference in New Issue
Block a user