summaryrefslogtreecommitdiffstats
path: root/doc/rofi-script.5.markdown
AgeCommit message (Collapse)Author
2023-01-08[DMenu|Script] Add per row urgent/active option.Dave Davenport
Instead of having a global list of entries to highlight urgent/active, you can now to it per row.
2022-07-31[Doc] Update manpage urls and add new-selection setting.Dave Davenport
2022-07-09[Script] Add keep-selection flag that keeps the current selection.Dave Davenport
Fixes: #1064
2022-06-06[DMenu|Script] Update manpage with new option.Dave Davenport
2022-03-02[Script] Support a data option that get passed to next execution.Dave Davenport
fixes: #1601
2022-02-26AUTHORS,man: Update my nameQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2022-02-23Change modi -> modesDave Davenport
issues: #1599
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-05-31[Script] Don't enable custom keybindings by default, script needs to enable ↵Dave Davenport
this. Having it on by default broke the default rofi workflow. Make it an option now. Fixes: #1286,#1226
2021-03-10[Doc] update rofi-script to hint about coproc.Dave Davenport
Thx to jose1711
2021-02-21[Doc] Tweak rofi-script no-custom description.Dave Davenport
2020-09-25[Manpage] Addd dash remark to manpage.Dave Davenport
2020-05-24[Script] Add 'info' row option, that gets passed to ROFI_INFO environment.Dave Davenport
2020-04-22[Script] Add no-custom mode.Dave Davenport
2020-04-20Update manpage and manpage build instructionsDave Davenport
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-02-02Add rofi-script manpage, add meta option support to dmenu.Dave Davenport
update ronn to go-md2man