diff options
| -rw-r--r-- | doc/dome-key.1 | 15 | ||||
| -rw-r--r-- | doc/dome-key.1.txt | 8 | 
2 files changed, 21 insertions, 2 deletions
| diff --git a/doc/dome-key.1 b/doc/dome-key.1 index 2c4161e..085938d 100644 --- a/doc/dome-key.1 +++ b/doc/dome-key.1 @@ -2,12 +2,12 @@  .\"     Title: dome-key  .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]  .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> -.\"      Date: 11/14/2018 +.\"      Date: 11/15/2018  .\"    Manual: \ \&  .\"    Source: \ \&  .\"  Language: English  .\" -.TH "DOME\-KEY" "1" "11/14/2018" "\ \&" "\ \&" +.TH "DOME\-KEY" "1" "11/15/2018" "\ \&" "\ \&"  .\" -----------------------------------------------------------------  .\" * Define some portability stuff  .\" ----------------------------------------------------------------- @@ -146,6 +146,17 @@ It\(cqs recommended that you run the program in the background using launchd(8)\  .\}  .sp  You can also use \fBbrew services\fR to do this automatically if the program was installed with Homebrew\&. +.SH "FILES" +.PP +\fB~/\&.config/dome\-key/config\&.toml\fR +.RS 4 +Configuration file\&. +.RE +.PP +\fB~/\&.config/dome\-key/mappings\&.dkmap\fR +.RS 4 +Button mapping definitions\&. +.RE  .SH "SEE ALSO"  .sp  dome\-key\-mappings(7)\&. diff --git a/doc/dome-key.1.txt b/doc/dome-key.1.txt index c565498..c9a58e7 100644 --- a/doc/dome-key.1.txt +++ b/doc/dome-key.1.txt @@ -86,6 +86,14 @@ ${PLIST}  You can also use *brew services* to do this automatically if the program  was installed with Homebrew. +FILES +----- +*~/.config/dome-key/config.toml*:: +	Configuration file. + +*~/.config/dome-key/mappings.dkmap*:: +	Button mapping definitions. +  SEE ALSO  --------  dome-key-mappings(7). | 
