diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-02-28 18:45:21 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-02-28 18:45:21 +0100 |
commit | c22ed4ca647c4c11d52ec2c8f715063260d41c88 (patch) | |
tree | 2513075c821a88ff83edefa933516f5390c80475 /man/feh.pre | |
parent | 2c98e4ba39a99dcf09de11962a7a611c39b1faaa (diff) |
feh(1): make config file names clearer
Diffstat (limited to 'man/feh.pre')
-rw-r--r-- | man/feh.pre | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/man/feh.pre b/man/feh.pre index b2dd22f..f5bfcba 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -850,7 +850,8 @@ Note that mid-line comments are not supported. . .Sh THEMES CONFIG SYNTAX . -This file allows the naming of option groups, called themes. +.Pa .config/feh/themes +allows the naming of option groups, called themes. . .Pp . @@ -898,7 +899,9 @@ You can combine these themes with commandline options. . .Sh KEYS CONFIG SYNTAX . -This file defines the key bindings. It has entries of the form +.Pa .config/feh/keys +defines key bindings. +It has entries of the form .Qq Ar action Op Ar key1 Op Ar key2 Op Ar key3 . . .Pp @@ -1195,6 +1198,7 @@ Select highlighted menu item . .Sh BUTTONS CONFIG SYNTAX . +.Pa .config/feh/buttons . This works like the keys config file: the entries are of the form .Qq Ar action Op Ar binding . . |