summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2020-12-28[rofi-theme] Update manpage with textbox::markup option.Dave Davenport
2020-10-12Fix some of the documentationDave Davenport
2020-09-30[Helper] Add -normalize-match option.Dave Davenport
Decomposes string and remove accent characters before matching. This makes o match ö, é match e and more. It is not a perfect implementation but works. Currently disables the match highlighting. Fixes: #1119
2020-09-26Fix spelling (#1202)a1346054
2020-09-25[Manpage] Addd dash remark to manpage.Dave Davenport
2020-09-19[Man] update-rofi-sensible-terminal.1 manpageDave Davenport
* Source from markdown * Update list. Fixes: #897 #850
2020-09-18Remove extra colons (#1199)Florian Bruhin
Rofi already adds a colon after the prompt given with -p, so the "monkey:" example would actually lead to a "monkey::" prompt.
2020-09-14[Calc] Add min/max operator support to calc()Dave Davenport
Fixes: #1172
2020-09-14[Theme] Change default theme icon height to 1 em, to match old behaviour better.Dave Davenport
2020-09-14[Default Theme] Change ch to em.Dave Davenport
2020-09-13issue 1187: If error on launching application, show error message and ↵Dave Davenport
return to list` (#1193) * Show error message, then possibly pop back to main window. Fix drun/run dialog to use this for command execution. Issue #1187 * [Combi] When no line selected, handle using the first entry. * [Window] Add execute on invalid input to window dialog. * Update view.h doxygen docu * Update manpage with running application changes.
2020-09-13[Theme] First attempt at more cleanups and nested media support.Dave Davenport
First throw at nested media support. Issue: #1189
2020-09-11[Lexer] Fix media parser.Dave Davenport
2020-09-11[Theme] update manpage with fixDave Davenport
2020-09-11[DRun] Update manpage to reflect change from #966Dave Davenport
Issue: #1187
2020-09-08[Window] Try to clarify help.Dave Davenport
Issue: #1183
2020-09-06[Theme] Add inherit highlight on default theme.Dave Davenport
2020-09-06[Doc] Add small (Extra) highlight section to rofi-themeDave Davenport
2020-06-09[Doc] update rofi-theme(5) with mm size.Dave Davenport
2020-05-24[Script] Add 'info' row option, that gets passed to ROFI_INFO environment.Dave Davenport
2020-05-23Fix XDG_USER_CONFIG_DIR to XDG_CONFIG_HOME.Dave Davenport
2020-05-12Man pages: document the bang feature (#1126)John Beard
2020-05-10Manpage tweaks for rofi.1 (#1120)John Beard
* Man pages: Add version and dump-* options * Man pages: Add -display and -markup to rofi.1 * Man pages: Use the metavariable in -async-pre-read * Man pages: document the dmenu -w option * Man pages/help: correct -only-match description * Man pages/help: -normal-window does not only apply in dmenu mode * Man page: modi are lowercase Entering the modi as the man page had them would not work * Man page: minor formatting/grammar tweaks * modi and command names are `backticked` * rofi is **bold** * other man pages are **bold(1)** * Pango is capitalised according to their own website. * Option arguments are *like1*,*this2* * Man pages: fix Pango markup link
2020-04-29[Window] Update manpage and --help.Dave Davenport
2020-04-24[Themes] add calc() support to distance in theme format. (#1105)Dave Davenport
* Initial test to allow math in distances. Support + and - Needs spaces around + and -. * [THEME] Fix printing theme with math in distance. * [Theme] use calc() syntax. * [Theme] Add * and / to calc(). * [Theme] Fix the precedense ordering in parsing. Also avoid making copies. * [Theme] Don't print unneeded (). * [Theme] Add modulo to calc.
2020-04-22[Script] Add no-custom mode.Dave Davenport
2020-04-20Update doc/readme to be markdown.Dave Davenport
2020-04-20Update manpage and manpage build instructionsDave Davenport
2020-04-19Clearify system configuration file loading process.Dave Davenport
2020-04-19Parse XDG_CONFIG_DIRS for default configuration file.Dave Davenport
2020-04-16[DMenu] Implement -keep-rightDave Davenport
Fixes: #1089
2020-04-07[Script] Update example and doc.Dave Davenport
2020-04-05[Script] Add environment variable to indicate state.Dave Davenport
* ROFI_RETV shows the state rofi was in before calling rofi.
2020-04-01[Script] Small update manpage rofi-script.Dave Davenport
2020-04-01[Script] Update manpage with delim option.Dave Davenport
2020-04-01[Script] Add option to set deliminter and example script.Dave Davenport
Issue: #1041
2020-03-31add missing -eh (line height) option to man pages (#1080)fogine
2020-03-29Update manpage -selected-row option.Dave Davenport
2020-03-20Remove gnome-terminal from rofi-sensible-terminal (#1074)Sebastiaan Lokhorst
gnome-terminal is no longer compatible, as noted in #1003
2020-03-14man: Fix typo (#1068)Sidou
Removed a duplicate word "the" on rofi.1.markdown.
2020-02-21man: update default matches for desktop files (#1061)asymmetric
Taken from [`config.c`](https://github.com/davatorium/rofi/blob/d777d0ed4bec1fe363d35eb0b3e19a7ab17b1485/config/config.c#L120).
2020-02-02Add missing compiled manpage.Dave Davenport
2020-02-02Add rofi-script manpage, add meta option support to dmenu.Dave Davenport
update ronn to go-md2man
2020-01-26Update manpage with drun-cache.Dave Davenport
2020-01-26[DRun] Add desktop cacheDave Davenport
Add a desktop cache file. Usable for system with slow filesystems. * -drun-use-desktop-cache * -drun-reload-desktop-cache Fixes: #1040
2020-01-16Add total num + filtered num to default theme.Dave Davenport
2020-01-02Add -upgrade-config option.Dave Davenport
* Print warning when old-style configuration is used. * Add -upgrade-config option.
2019-12-29[Listview] Fix drawing issueDave Davenport
2019-12-29[Listview] Add support for showing the (keybindable) index.Dave Davenport
fixes: #1050
2019-12-29[Doc] Update theme manpage with import.Dave Davenport