summaryrefslogtreecommitdiff
path: root/man/terminal-media-launcher.1
diff options
context:
space:
mode:
authorLouie Shprung <lshprung@tutanota.com>2024-08-30 16:14:26 -0400
committerLouie Shprung <lshprung@tutanota.com>2024-08-30 16:14:26 -0400
commit615c64bcd69eea3660f0a35396255c2eb45fa283 (patch)
tree8e4d8da22240f1ab8da4ff097f74177fcbf24f50 /man/terminal-media-launcher.1
parent9cd631a391568c3e75d6f9ee65707dea0bea6d9a (diff)
parenta3d9eb21789bf3587f176e6d155d610b8bc69dab (diff)
Merge branch 'testing'
Diffstat (limited to 'man/terminal-media-launcher.1')
-rw-r--r--man/terminal-media-launcher.16
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