File: configuration-options.txt

package info (click to toggle)
libmonospaceif 0.7.15-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 680 kB
  • sloc: ansic: 2,733; sh: 1,536; xml: 204; makefile: 70
file content (41 lines) | stat: -rw-r--r-- 1,348 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41


   libmonospaceif configuration option names
   2011-05-14



   OVERVIEW

   This file lists all available configuration options for libmonospaceif.
   Please note that other options may be available depending on the interface
   which libmonospaceif is linked to. The following list shows all the
   options that the API understands via the "set_configuration_value"
   function.

   ---

   VARIABLES

   Option values may contain variables. Variables start with a dollar sign $
   and are enclosed by parantheses. Example: “$(VARIABLE_NAME)”. The only
   currently implemented variable is “$(HOME)”, which refers to the current
   user's home directory.

   ---

   LIST OF VALID LIBMONOSPACEIF OPTION NAMES AND VALUES

    - “left-margin = <margin-size>”
      This parameter will take an integer value and set the left margin of
      the main window to the specified number of spaces.
    - “right-margin = <margin-size>”
      This parameter will take an integer value and set the right margin of
      the main window to the specified number of spaces.
    - “disable-hyphenation”
      Will completely turn off hyphenation. Useful for languages which are
      not supported.
    - “disable-color”
      Force libfizmo to disabled color mode, even if the output interface
      reports that color is available.