aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--noice.112
1 files changed, 6 insertions, 6 deletions
diff --git a/noice.1 b/noice.1
index 34ac05d..70eb697 100644
--- a/noice.1
+++ b/noice.1
@@ -88,12 +88,12 @@ The following example shows one possible configuration for
file associations which is also the default:
.Bd -literal
struct assoc assocs[] = {
- { "\\.(avi|mp4|mkv|mp3|ogg|flac)$", "mplayer" },
- { "\\.(png|jpg|gif)$", "feh" },
- { "\\.(html|svg)$", "firefox" },
- { "\\.pdf$", "mupdf" },
- { "\\.sh$", "sh" },
- { ".*", "less" },
+ { "\\.(avi|mp4|mkv|mp3|ogg|flac)$", "mplayer" },
+ { "\\.(png|jpg|gif)$", "feh" },
+ { "\\.(html|svg)$", "firefox" },
+ { "\\.pdf$", "mupdf" },
+ { "\\.sh$", "sh" },
+ { ".", "less" },
};
.Ed
.Sh KNOWN ISSUES