From 874eafb27fb77e64f0fd299bb18107541657306a Mon Sep 17 00:00:00 2001 From: Scoopta Date: Tue, 17 Mar 2020 14:26:47 -0700 Subject: [PATCH] Added documentation about the format of mode specific config options to wofi(7) in addition to the info in wofi(5) --- man/wofi.7 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/wofi.7 b/man/wofi.7 index dceb8c7..576520b 100644 --- a/man/wofi.7 +++ b/man/wofi.7 @@ -5,6 +5,8 @@ wofi \- Built in modes and other features .SH DESCRIPTION Wofi contains several built in modes as well as a lot of other features including combi which are documented here. +The config options documented here are stripped of mode names. Mode specific config options are placed in the config file in the format \fBmode\-example_opt=val\fR. For example dmenu has an option called \fBparse_action\fR which would be placed in the config as \fBdmenu\-parse_action=true\fR. + .SH MODES Currently wofi has 3 built in modes .IP 1. 4