summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMoritz Lüdecke <ritze@skweez.net>2017-09-25 15:42:43 +0200
committerGitHub <noreply@github.com>2017-09-25 15:42:43 +0200
commit3c1b9bb4f83e9f8a2ab30fc164422d8addc1e61c (patch)
treeb4d41ab09910559ea83e2fece54bb7754c33a042 /README.md
parent36afaeb1b2864e18eae9ee8a3aeb45ace7d07c6a (diff)
Fix table syntax
Diffstat (limited to 'README.md')
-rw-r--r--README.md34
1 files changed, 17 insertions, 17 deletions
diff --git a/README.md b/README.md
index 9f6aea3..ee4e62b 100644
--- a/README.md
+++ b/README.md
@@ -29,23 +29,23 @@ To use pinentry-dmenu add in `~/.gnupg/gpg-agent.conf`:
The config is located in `~/.gnupg/pinentry-dmenu.conf`.
-^ Parameter ^ Default ^ Description ^
-| ------------------- | ----------------- | ----------- |
-| asterisk | * | Defines the symbol which is showed for each typed character |
-| buttom | false | pinentry-dmenu appears at the bottom of the screen |
-| min_password_length | 32 | The minimal space of the password field. This value has affect to the description field after the password field |
-| monitor | -1 | pinentry-dmenu is displayed on the monitor number supplied. Monitor numbers are starting from 0 |
-| prompt | "" | Defines the prompt to be displayed to the left of the input field |
-| font | monospace:size=10 | Defines the font or font set used |
-| prompt_bg | #bbbbbb | Defines the prompt background color |
-| prompt_fg | #222222 | Defines the prompt foreground color |
-| normal_bg | #bbbbbb | Defines the normal background color |
-| normal_fg | #222222 | Defines the normal foreground color |
-| select_bg | #eeeeee | Defines the selected background color |
-| select_fg | #005577 | Defines the selected foreground color |
-| desc_bg | #bbbbbb | Defines the description background color |
-| desc_fg | #222222 | Defines the description foreground color |
-| embedded | false | Embed into window |
+Parameter | Default | Description
+:------------------ |:----------------- |:-----------
+asterisk | * | Defines the symbol which is showed for each typed character
+buttom | false | pinentry-dmenu appears at the bottom of the screen
+min_password_length | 32 | The minimal space of the password field. This value has affect to the description field after the password field
+monitor | -1 | pinentry-dmenu is displayed on the monitor number supplied. Monitor numbers are starting from 0
+prompt | "" | Defines the prompt to be displayed to the left of the input field
+font | monospace:size=10 | Defines the font or font set used
+prompt_bg | #bbbbbb | Defines the prompt background color
+prompt_fg | #222222 | Defines the prompt foreground color
+normal_bg | #bbbbbb | Defines the normal background color
+normal_fg | #222222 | Defines the normal foreground color
+select_bg | #eeeeee | Defines the selected background color
+select_fg | #005577 | Defines the selected foreground color
+desc_bg | #bbbbbb | Defines the description background color
+desc_fg | #222222 | Defines the description foreground color
+embedded | false | Embed into window
Example