diff options
author | Louie Shprung <lshprung@tutanota.com> | 2024-08-27 18:47:38 -0400 |
---|---|---|
committer | Louie Shprung <lshprung@tutanota.com> | 2024-08-27 18:47:38 -0400 |
commit | 9c397106abfabf8f18b569f4f84ed69822c18978 (patch) | |
tree | 0260db72674564aada06edbeefc2582bfcd8df2e /man/terminal-media-launcher.1 | |
parent | c3ac3180da729083ab7125ccb0450e1da3d24080 (diff) |
Update man pages
Diffstat (limited to 'man/terminal-media-launcher.1')
-rw-r--r-- | man/terminal-media-launcher.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/terminal-media-launcher.1 b/man/terminal-media-launcher.1 index c25b99a..14d4c14 100644 --- a/man/terminal-media-launcher.1 +++ b/man/terminal-media-launcher.1 @@ -71,13 +71,13 @@ Exit the program Any other input will jump to the next matching group/entry that begins with the input character, if one exists (ex. hitting 'f' while focused on the entries column will jump to the next entry that starts with an 'f' unless there is no entry that starts with an 'f'). .SH FILES -\fB~/.config/terminal-media-launcher/config (or ~/.terminal-media-launcher/config)\fR +\fB~/.config/terminal-media-launcher/config.lua (or ~/.terminal-media-launcher/config.lua)\fR .RS When starting, terminal-media-launcher looks for a configuration file in the following order: - 1. ~/.config/terminal-media-launcher/config + 1. ~/.config/terminal-media-launcher/config.lua - 2. ~/.terminal-media-launcher/config + 2. ~/.terminal-media-launcher/config.lua You can specify a custom path using the -c option. For documentation of the config file, see \fBterminal-media-launcher-config\fR(5). .RE |