summaryrefslogtreecommitdiffstats
path: root/config
AgeCommit message (Collapse)Author
2017-12-31[DRun] Set the default for match fields in the config to the correct value.Dave Davenport
2017-11-07IndentDave Davenport
2017-11-07[Combi] Add hide prefix option.Dave Davenport
2017-10-21Added option -name-only to match only desktop entry name with drun (#690)Askrenteam
* Added option -name-only to match only desktop entry name with drun * fixed indent and xrdump test * fixed test * option -drun-match-fields * option -window-match-fields * matching fields as static in window/drun + enums for field indexes * prevent window_mode_parse_fields() from executing twice
2017-10-05Indent files.Dave Davenport
2017-10-03Allow maximum history size to be configured.Dave Davenport
Fixes: #613
2017-10-02config: Only default-enable window mode if builtQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-08-18Move more enums to rofi-types.hDave Davenport
2017-07-06Re-add some of the old theme options, so theme converter use them.Dave Davenport
- line margin - separator style. - fake transparency. - line padding. - scrollbar width
2017-07-03[OldTheme] Re-add the padding/bw option.Dave Davenport
2017-06-07drun: Use Adwaita and gnome as fallback themesQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-30config: Add a setting to disable icons loadingQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-30window: Add icons support (quick and dirty)Dave Davenport
2017-05-30drun: Implement icon supportQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-04Add Meson build system supportQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
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-15Fix licenses headersQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-04-02Add converter back for old theme format.Dave Davenport
2017-03-31Improve error message when called with `-show`Dave Davenport
2017-03-29Remove old theme support. (part 1)Dave Davenport
2017-01-11Split sorting option. one for sorting. One to force levenshtein.Dave Davenport
2017-01-03Merge remote-tracking branch 'origin/master' into themerDave Davenport
2017-01-03Update copyright to 2017.Dave Davenport
2016-12-19Merge remote-tracking branch 'origin/master' into themerDave Davenport
2016-12-17Use multiple cores by defaultDave Davenport
2016-12-11Add theme option to config system.Dave Davenport
2016-11-01Remove opacity option.Dave Davenport
2016-10-24Option to disable/enable the highlighting of match.Dave Davenport
2016-10-23Fix typo in config.c comment.Dave Davenport
Thx @Coacher.
2016-10-22 Set fixed num line mode defaultDave 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-08-30Add option to set padding within a line.Dave Davenport
Fixes: #449
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-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-12Allow for more advanced window 'line' formattingDave Davenport
2016-06-28Fix windowcd command and allow custom Window string formatDave Davenport
2016-06-19Split Custom and Alternate command.Dave Davenport
2016-06-18Remove fuzzy matching option.Dave Davenport
2016-05-30Issue #411: Show list of Keyboard bindings with rofi, from rofi.Dave 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-06Add option to view background image instead of screenshot in fake ↵Dave Davenport
transparency. Issue #390
2016-04-02Fixes issue #370: Move dmenu option into dmenu.Dave Davenport
2016-03-05Try to fix thingsDave Davenport
2016-03-05Fix failing compilation.Dave Davenport
2016-03-05Remove hack with config file.Dave Davenport
2016-02-17#219: Implement continious scrollDave Davenport
2016-02-09Issue: #334: Only allow markup-rows to be set on cmdlineDave Davenport
This should avoid people setting this in XResrouces and breaking random dmenu scripts.
2016-01-20Refactor menu function into three parts, setup, itterrate and finalize.Dave Davenport