X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=m4%2Fgengetopt%2Fgui.m4;fp=m4%2Fgengetopt%2Fgui.m4;h=0000000000000000000000000000000000000000;hp=373416ce05b664f50fb7e28182ec539c1e7109bc;hb=097a683c94cc91e9b0191fa49b8d119d689ca94d;hpb=aa7b5a65bed03d62285102cefd11d67804d492cf diff --git a/m4/gengetopt/gui.m4 b/m4/gengetopt/gui.m4 deleted file mode 100644 index 373416ce..00000000 --- a/m4/gengetopt/gui.m4 +++ /dev/null @@ -1,63 +0,0 @@ -args "--conf-parser --no-handle-version --no-handle-help" - -purpose "Show para_audiod status in a curses window" - -include(header.m4) -define(CURRENT_PROGRAM,para_gui) -define(DEFAULT_CONFIG_FILE,~/.paraslash/gui.conf) - - -######################### -section "General options" -######################### - - -include(config_file.m4) -include(loglevel.m4) - - - -option "theme" T -#~~~~~~~~~~~~~~~ -"select startup theme" -string typestr = "name" -optional -details = " - If this option is not given the default theme is used. - If the given name is not a valid theme name, the list of - available themes is printed and the program terminates. -" - -option "stat-cmd" s -#~~~~~~~~~~~~~~~~~~ -"command to read status items from" -string typestr = "command" -default = "para_audioc -- stat -p" -optional -details = " - On a host on which the para_audiod service is not is running, the - default command will fail. An alternative is - - para_client -- stat -p - - This command connects para_server instead of para_audiod. However, - no timing information about the current audio file is printed. -" - -#--------------------------------- -section "Mapping keys to commands" -#--------------------------------- - -option "key-map" k -#~~~~~~~~~~~~~~~~~ -"Map key k to command c using mode m." - -string typestr = "k:m:c" -optional -multiple -details = " - Mode may be d, x or p for display, external and paraslash - commands, respectively. Of course, this option may be given - multiple times, one for each key mapping. -" -