mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Switch to ronn for manpage generation.
This commit is contained in:
parent
6edb3771e3
commit
8a3510e033
3 changed files with 1117 additions and 775 deletions
|
@ -108,7 +108,7 @@ indent: ${rofi_SOURCES} ${top_srcdir}/config/config.def.c
|
|||
uncrustify -c ${top_srcdir}/data/uncrustify.cfg --replace $^
|
||||
|
||||
update-manpage: ${top_srcdir}/doc/rofi-manpage.markdown
|
||||
md2man-roff $^ > ${top_srcdir}/doc/rofi.1
|
||||
ronn --roff --pipe $^ > ${top_srcdir}/doc/rofi.1
|
||||
|
||||
##
|
||||
# Rofi test program
|
||||
|
|
|
@ -306,9 +306,11 @@ The following options are further explained in the theming section:
|
|||
|
||||
Set window background and border color.
|
||||
|
||||
`-color-normal` *background,foreground,background alt, highlight background, highlight foreground*
|
||||
`-color-urgent` *background,foreground,background alt, highlight background, highlight foreground*
|
||||
`-color-active` *background,foreground,background alt, highlight background, highlight foreground*
|
||||
`-color-normal` *background, foreground, background alt, highlight background, highlight foreground*
|
||||
|
||||
`-color-urgent` *background, foreground, background alt, highlight background, highlight foreground*
|
||||
|
||||
`-color-active` *background, foreground, background alt, highlight background, highlight foreground*
|
||||
|
||||
Specify the colors used in a row per state (normal, active, urgent).
|
||||
|
||||
|
|
1882
doc/rofi.1
1882
doc/rofi.1
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue