summaryrefslogtreecommitdiffstats
path: root/doc/rofi.1.markdown
AgeCommit message (Collapse)Author
2024-03-05[Doc] Switch to pandoc and remove generated files (#1955)lbonn
* [Build] Add missing dist files from libnkutils * [Doc] Switch to pandoc and remove generated files * [Doc] Rewrite markdown for conversion to man * convert existing markup to use definition list (a bit hacky...) * rewrite title to pandoc man metadata * reduce heading nesting to match most man pages * inline code displayed as bold, also common man style * [Doc] New installation with autoconf and meson - autoconf: * generate in source directory if pandoc found * install from source directory - meson: * generate and install with build directory if pandoc found * try to install from source directory if pandoc not found * bail otherwise * [Doc] Make pandoc filter 2.9 compatible Man pages look better with pandoc >= 2.17
2024-02-22Revert "[config] By default escape run command."Qball Cow
This reverts commit 83ecbfe127aebb2462de1ab626406d62cab80cdf.
2024-02-22[config] By default escape run command.Qball Cow
2024-01-09[DOC] Add explanation to PATTERN of bracketsDave Davenport
Fixes: #1933
2023-10-31[DRUN] Add {url} to drun-display-format.Dave Davenport
Escape exec. fixes: #1914
2023-07-23Better descriptions for sort options groupNikita Zlobin
It's unobvious from documentation, that sort only works against filtered menu. Signed-off-by: Dave Davenport <qball@gmpclient.org>
2023-06-15[ROFI] -e '-' reads from stdinDave Davenport
2023-06-12Merging in the Recursive file browser.Dave Davenport
Squashed commit of the following: commit 92e730076d461622dc81e44e87ec456317514904 Author: Dave Davenport <qball@gmpclient.org> Date: Sun Jun 11 18:17:12 2023 +0200 [Doc] Add regex filtering to recursivebrowser. commit ee80c8487f9765b1e6e8ab8219a6baea089cf5af Author: Dave Davenport <qball@gmpclient.org> Date: Sun Jun 11 17:49:29 2023 +0200 [recursivebrowser] Update manpage. commit a24b68f52362aaf1461935c2340e3bf5e31da59d Author: Dave Davenport <qball@gmpclient.org> Date: Sun Jun 11 17:37:56 2023 +0200 [Mode] Add some extra validating of the mode selected to complete. commit cf497e8685e806521c0f61922827687adce268c9 Author: Dave Davenport <qball@gmpclient.org> Date: Sun Jun 4 15:12:31 2023 +0200 [Recursive browser] Make completer selectable. commit 722f07a803c28a406d8a610f31a24b3f7247b9ba Author: Dave Davenport <qball@gmpclient.org> Date: Sun Jun 4 14:36:14 2023 +0200 Add methods for completer to modes. commit 7972420c30275514751802d1ed517a45bbd83da1 Author: Qball Cow <qball@blame.services> Date: Thu Jun 1 21:56:06 2023 +0200 Prepare updates for new APIs. commit dd3035a1a61f8196d394f6867701a0e1b3af30ac Author: Dave Davenport <qball@gmpclient.org> Date: Wed May 10 19:24:48 2023 +0200 [RB] Fix regex and cleanups commit 4d2941caf32dfb946aee54c467c1319c7a89804a Author: Dave Davenport <qball@blame.services> Date: Wed May 10 18:09:54 2023 +0200 [RB] Add (unfinished regex test) commit 848277001fc8cf9afc538067f2afa24a174f8c7f Author: Dave Davenport <qball@blame.services> Date: Wed May 10 17:49:16 2023 +0200 [RB] Pull the scanning into a separate thread. commit f369a7f63f618bbcad10c18e73f7e2b117c515f1 Author: Dave Davenport <qball@gmpclient.org> Date: Wed May 3 18:35:15 2023 +0200 [Recursive File Browser] First test version.
2023-04-22[DRun] Add option to scan desktop directory for desktop files.Dave Davenport
Squashed commit of the following: commit ac12b66d86b36aaf349c15a5c8dab00a553a641f Merge: 5c393fb4 98c213a6 Author: Dave Davenport <qball@gmpclient.org> Date: Sat Apr 22 21:48:24 2023 +0200 Merge remote-tracking branch 'origin/next' into scan-desktop commit 5c393fb4120e842d609e6d4366b1e0b822f66d7f Author: Dave Davenport <qball@gmpclient.org> Date: Sat Apr 8 21:14:20 2023 +0200 [DRun] Add option to scan desktop for desktop files
2023-03-27[Doc] Update rofi.1.markdown with markdown fixes.Dave Davenport
2023-01-22I785 (#1789)Dave Davenport
* [Textbox] Add history to the entrybox. * [Textbox] Add comments and move into sub functions. * [doc] Add conflicting constraint section to manpage. * [Script] Some small memory leak fixes. * [Entry History] Add documentation. fixes: #785
2023-01-11[FileBrowser] Allow command to be overwrittenDave Davenport
2023-01-10[theme] Small theme tweak.Dave Davenport
2023-01-06[filebrowser] Add option to return 1 on cancel.Dave Davenport
Fixes: #1732
2022-12-31MKDoc website (#1772)Dave Davenport
* Add initial documentation page using mkdocs * Test action * Add notes to mkdoc site. * Add installation guide * Add installation and config guide to mkdocs. * Add installation manual * Add image to main page * [mkdocs] Add plugin guide. * [mkdocs] Add plugin to main page and some small fixes. * Add shipped themes page * [actions] Also rebuild website on the next branch
2022-11-21[Doc] Add example run command with cgroup support (#1752)Martin Weinelt
Adds an example command to launch processes via systemd-run into a dedicated systemd scope within the users slice, which allows using systemd-oomd, that evaluates memory consumption on a per cgroup basis. The systemd-run arguments are chosen in alignment with systemds desktop environment integration recommendations¹. [1] https://systemd.io/DESKTOP_ENVIRONMENTS/ Co-Authored-By: Dave Davenport <qball@blame.services> Co-authored-by: Dave Davenport <qball@blame.services>
2022-11-11[Doc] Update support links.Dave Davenport
Remove reddit.
2022-10-31[FileBrowser] Bind kb-delete-entry to toggle show-hidden.Dave Davenport
2022-10-22[Window] Add -window-prefer-icon-theme option.Dave Davenport
Fixes: #1702
2022-10-11[filebrowser] Add an option to show hidden files. (#1716)Dimitris Triantafyllidis
Add an option to show hidden files by looking up the "show-hidden" filebrowser property and modifying the relevant logic in "filebrowser.c". Co-authored-by: Dave Davenport <DaveDavenport@users.noreply.github.com>
2022-10-03Add format option to disable padding with space the "window-format" entries ↵David Kosorin
(#1715)
2022-09-18[Keyb] Add a -list-keybindings command.Dave Davenport
2022-08-21[View] Change refilter timeout limit to be in time units (ms)Dave Davenport
Issue: #1683
2022-07-31[Doc] Update manpage urls and add new-selection setting.Dave Davenport
2022-07-24[window] Add an option to hide active window.Dave Davenport
fixes: #1336
2022-07-19[XCB] Add a flag to enable work around for #611.Dave Davenport
In issue #611 there is a workaround implemented for an issue within xserver: https://bugs.freedesktop.org/show_bug.cgi?id=104323#c1, https://gitlab.freedesktop.org/xorg/xserver/-/issues/300. With a latest update in xkeyboard-config this workaround breaks rofi, see #1642 and https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/issues/341. This commits disabled this work-around (can be re-enabled with -xserver-i300-workaround flag). Hopefully this restores correct rofi functionality. issue: #611 #1642
2022-07-16[Doc] Update releasenotes, move section in manpage.Dave Davenport
2022-07-16[IconFetcher] Add support for font rendering as icon.Dave Davenport
Issue: #1132
2022-07-04[Doc] Add rofi-dmenu to see also in rofiDave Davenport
2022-05-12[Doc][Config] Update documentation for new fallback iconDave Davenport
* Allow multiple config be combined.
2022-04-27[Doc] Fix typo (#1623)Mehdi Kabab
2022-04-20[DMenu] Huge list speedups (#1621)Dave Davenport
* Don´t refilter on each key-press. * Make sure refiltering is not completely starved. * Force refilter before accepting entry * Go into 'timeout' refilter mode only after certain # elements. * [DMenu] threading with getdelim to speed up reading. * [View] Remove debug output. * [dmenu] Fix pre-read. * [DMenu] Make sure that async mode cannot block * Remove mutex for IPC via pipes. * [Dmenu] Small cleanup. * [Scrollbar] Fix scrollbar overflowing on big lists. * Fix stack overflow by creating to many filter jobs. * [Doc] Add new option to manpage
2022-04-14[Doc] Update rofi.1 with an extra example.Dave Davenport
2022-04-11[Doc] Add a rofi-debugging manpage.Dave Davenport
2022-03-31[Doc] Highlight to use -dump-config as starting point in manpage.Dave Davenport
issue: #1609
2022-02-26AUTHORS,man: Update my nameQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2022-02-23Rename Dialogs -> ModesDave Davenport
Try to fix some of old syntax.
2022-02-23Change modi -> modesDave Davenport
issues: #1599
2022-02-13Update manpage.Dave Davenport
2022-01-22Add -combi-display-format (#1570)Jakub Jirutka
Implement a new option -combi-display-format (analogous to -drun-display-format) that allows to change position appearance of the mode name in the combi entries.
2022-01-22[Doc] Add F.A.Q about icon lookup.Dave Davenport
2021-12-30[DOC] Fix typo in manpage (-terminal-emulator)Dave Davenport
2021-12-22Add -replace optionDave Davenport
Issue: #568
2021-12-17[DOC] Add rofi-dmenu(5) manpage.Dave Davenport
2021-12-15[Doc] Add a manpage with all the bindings.Dave Davenport
2021-12-14[Doc] Update manpage with clarification.Dave Davenport
2021-10-08[Doc] Update link to pango markup.Dave Davenport
Issue: #1496
2021-10-01[DOC] Fix typoDave Davenport
2021-09-02[I1405] Allow action to be taken on input change. (#1420)Dave Davenport
Fixes: #1405
2021-08-30[DOC] Remove the mention of `-lines` in old example.Dave Davenport