summaryrefslogtreecommitdiffstats
path: root/doc/rofi-script.5
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-10-22[Window] Add -window-prefer-icon-theme option.Dave Davenport
Fixes: #1702
2022-10-11[Doc] Update rofi-keys manpage with unset sectionDave Davenport
2022-07-31[Doc] Update manpage urls and add new-selection setting.Dave Davenport
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-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-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-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
2022-02-13Update manpage.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-08-27[Doc] Update manpage on keybindings.Dave Davenport
2021-08-26[Doc] Update manpageDave Davenport
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-06-15[doc] small textual tweakDave Davenport
2021-06-14[Theme] Add direction support to linear-gradient.Dave Davenport
2021-06-13[Widget] Add initial support for background-image.Dave Davenport
* Supports url("path") and linear-gradient(start,stop).
2021-06-10[Doc] Small textual fix.Dave Davenport
2021-06-08[Doc] Update manpage.Dave Davenport
2021-06-08[Doc,Config] Remove line-margin|padding and fix doc mistake.Dave Davenport
*Deprecated* option.
2021-06-07[Manpage] Update rofi.1Dave Davenport
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-05-02Remove -show-match option, deprecated.Dave Davenport
Use 'element {highlight: none;}' in theme/configuration to reproduce it.
2021-04-13Add 'steal-focus' option instead of 'restore-focus' option.Dave Davenport
Disable steal-focus by default. Fixes: #1275
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-12-28[rofi-theme] Update manpage with textbox::markup option.Dave Davenport
2020-09-25[Manpage] Addd dash remark to manpage.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-05-24[Script] Add 'info' row option, that gets passed to ROFI_INFO environment.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 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-03-29Update manpage -selected-row option.Dave Davenport
2020-02-02Add missing compiled manpage.Dave Davenport