summaryrefslogtreecommitdiffstats
path: root/doc/rofi.1
AgeCommit message (Collapse)Author
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-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[DOC] Rerun update-manpages.Dave Davenport
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-11[Doc] Update rofi-keys manpage with unset sectionDave Davenport
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-21[Doc] Update releasenotes.Dave Davenport
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-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-04-05[Doc] Tweak rofi-theme manpage.Dave Davenport
2022-03-31[Doc] Highlight to use -dump-config as starting point in manpage.Dave Davenport
issue: #1609
2022-03-12[DOC] Regenerate manpages with newer go-md2man to fix escapingDave Davenport
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-25Merge List and Array type into one. (#1572)Dave Davenport
* Merge list and array into one. * [Lexer] Only use string without " in list * Some cleanups * Cleanups based on feedback.
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-20[Doc] Fix layout image.Dave 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
2021-08-27[Doc] Update manpage on keybindings.Dave Davenport
2021-08-26[Doc] Update manpageDave Davenport
2021-08-17[Doc] Fix typoDave Davenport
2021-08-17[Window] Allow rofi to stay active on closing a windowDave Davenport
```css configuration { window { close-on-delete: false; } } ``` fixes: #1071
2021-08-14Simple maintenance improvements (#1370)a1346054
* rofi moved to libera.chat * unify some theme headers and whitespace * consistently use the same hashbang for bash * improve obsolete way of testing equality see https://github.com/koalaman/shellcheck/wiki/SC2268 for explanation * use consistent function definitions in bash scripts * remove duplicated author and fix whitespace * quote all variables in scripts fixes many warnings identified through shellcheck * fix whitespace in scripts * fix whitespace in non-source files * fix spelling in non-source files * fix whitespace and indentation in source files * fix spelling in source files
2021-07-29fix typo (#1355)Ian C