summaryrefslogtreecommitdiffstats
path: root/doc/rofi-manpage.markdown
AgeCommit message (Collapse)Author
2017-07-17meson: Fix update-manpage targetQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-04-21Remove -dump-xresources-theme option that does not exists anymore from -helpDave Davenport
* and manpage
2017-04-21[Plugins] Add -no-plugins and -plugin-path optionsDave Davenport
* -no-plugins disables the loading of plugins. * -plugin-path specifies the directory used by rofi to look for plugins.
2017-04-11Change, failed, forum to reddit.Dave Davenport
2017-03-31Fix alternate separatorDave Davenport
2017-03-31Document '/' as separator and add to combi mode.Dave Davenport
2017-03-30Remove more traces of old theme.Dave Davenport
2017-03-18Small updates to manpage.Dave Davenport
2017-02-02Enable lazy-grab by default.Dave Davenport
2017-02-01Async pre-read 25 entries by default, to make it feel more snappy. Fixes #550Dave Davenport
2017-01-22Update DPI detection method.Dave Davenport
2017-01-21Add auto-detect option to DPI setting.Dave Davenport
2017-01-18Add -theme and -theme-str to manpage.Dave Davenport
2017-01-09Misc man page changes (#535)lbonn
* Manpage: review the window section * rename "Window Mode" to "Window switcher settings" for more consistency * put `-window-command` in the correct section * move the window switcher settings section up * Manpage: minor markup/syntax fix * Manpage: mention `-show keys` in `-show` section * Manpage: fix some markup problems Some parts were over-indented and interpreted as verbatim blocks * Manpage: note about dmenu async mode disabling Stay voluntarily vague about the exact list of confliction options to avoid keeping it in sync with the code
2017-01-07Make lazy-key-grab an option, add --release for i3 to manpage.Dave Davenport
2017-01-06Issue: #521. Add -[no]-show-match to manpage.Dave Davenport
2016-12-23Update manpage.Dave Davenport
- Remove old color-enabled option. - Split website section.
2016-12-21Fix wrong ' in manpage (should be `)Dave Davenport
2016-12-21Add some usage examples to manpage.Dave Davenport
2016-12-19Add comment to manpage about getting example config file.Dave Davenport
2016-12-14Update manpage and AUTHORSDave Davenport
2016-12-05Mention default config pathRasmus Steinke
2016-11-30fix typoRasmus Steinke
2016-11-13Add forum link to manpageDave Davenport
2016-11-04Rewrite FAQ entries to get rid of <strong> tags in the generated man page (#493)Wieland Hoffmann
2016-11-01Remove opacity option.Dave Davenport
2016-10-20Update manpageDave Davenport
2016-09-08Added click-to-exit option. (#460)Ian Remmler
Exit if a mouse button is pressed and released outside of the rofi window.
2016-09-07man: Typo fix (#459)Anton Löfgren
Just a tiny typo fix for the -modi docs.
2016-08-25Add fuzzy matching, make a -matching option.Dave Davenport
* -matching *method* option instead of -regex, -glob, -fuzzy. * Re-add fuzzy matching pattern. * When there are substrings in regex, only highlight those matches. Fixes: #447
2016-08-22Update manpage to show -display- option, sidebar mode uses display name.Dave Davenport
2016-08-20Remove xinerama reference.Dave Davenport
2016-08-19Issue 448, Take another default that should not fail, better error mesgDave Davenport
2016-08-19Use XRandr to get monitor layout instead of xinerama.Dave Davenport
* You can now specify monitor by name, or primary status.
2016-07-18Add ``-multi-select` flag to dmenu.Dave Davenport
* Changes default behaviour.
2016-07-18Add -no-selection-indicator to manpageDave Davenport
2016-07-12Allow for more advanced window 'line' formattingDave Davenport
2016-07-11Fix outdated information manpage.Dave Davenport
2016-07-01Update manpage with window-formatDave Davenport
2016-06-18Remove fuzzy matching option.Dave Davenport
2016-06-06Add IRC to manpage.Dave Davenport
2016-06-05Remove -rnow,-snow and -now as they are deprecatedDave Davenport
2016-06-05Issue #414, add markup-rows to manpageDave Davenport
2016-05-25Switch to stop cycling feature (#407)Yaroslav
* Added 'cycle' option to switch list navigation wrapping * Replaced tabs with spaces * Updating the expected rofi properties with 'cycle' option * Updating documentation with the 'cycle' option
2016-05-12window: Make custom action run a command on the windowQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-05-12window: Kill the window on delete-entryQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-05-08Add option to set background for rofi windowDave Davenport
2016-05-07keybindings: Implement on-release bindingsQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-05-06Add option to view background image instead of screenshot in fake ↵Dave Davenport
transparency. Issue #390
2016-05-01man: Fix typo (exteneded -> extended)Chris Salzberg