From 89a90be55ee52fb9e05fe11c674f15586b62d58f Mon Sep 17 00:00:00 2001 From: George Vlahavas Date: Thu, 16 Jan 2014 23:14:02 +0200 Subject: [PATCH] Add a CONFIGURATION section in the man page Describe how a user can use the ~/.config/xdgmenumaker.cfg file to specify the default terminal emulator to use. --- man/xdgmenumaker.t2t | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/man/xdgmenumaker.t2t b/man/xdgmenumaker.t2t index 1eebb5b..34604b6 100644 --- a/man/xdgmenumaker.t2t +++ b/man/xdgmenumaker.t2t @@ -57,6 +57,22 @@ Prints a usage message briefly summarizing all command-line options and exits. += CONFIGURATION = + +The terminal emulator to be used for menu entries that state that an +application must be launched inside a terminal, can be specified in a +//~/.config/xdgmenumaker.cfg// configuration file. Here's an example +specifying **rxvt** as the default terminal emulator: +``` +[Terminal] +terminal = rxvt +``` +If no such file is present, or if no terminal is set within the file, +xdgmenumaker will default to the one specified in the debian +alternatives system on debian and debian-like systems and to xterm in +any other case. + + = USAGE = : **Fluxbox**