summaryrefslogtreecommitdiffstats
path: root/config
AgeCommit message (Collapse)Author
2020-05-12Add some ui benchmark codeDave Davenport
2020-04-26[Test] Fix compiler warning, theme test (bug in lexer) and more.Dave Davenport
2020-02-02Indent all the code.Dave Davenport
2020-01-26[DRun] Add desktop cacheDave Davenport
Add a desktop cache file. Usable for system with slow filesystems. * -drun-use-desktop-cache * -drun-reload-desktop-cache Fixes: #1040
2019-10-17[Window] Add thumbnail of windows as option.Dave Davenport
2019-08-20[DRun] Add keywords to match and printing.Dave Davenport
2019-08-09[DRUN] Add option to only show desktop files in certain categoriesDave Davenport
closes: #817
2019-03-29[Window] Fix default value and help comment.Dave Davenport
2019-02-10[SSH] Add support for parsing port number from known hosts file.Dave Davenport
* Store port number in history. * Parse the [host]:port format. * Update default ssh command to (optionally) add -p {port}. Fixes: #580
2019-02-08Add option to change location of cache dir.Dave Davenport
-cache-dir Fixes: #769
2019-01-21change default alt. window command to bring to current desktop.Dave Davenport
Xkill is duplicate of shift-del (build in close). This is more useful. Fix test-case. Fixes: #902
2018-12-31Add history ignore (#846)Yoav
2018-12-14Add an option to change the matching negation character.Dave Davenport
Fixes: #877
2018-10-17[DRUN] Add drun-display-format.Dave Davenport
2018-08-08Indent the code.Dave Davenport
2018-07-28[DRUN] Add option to show actions in drun.Dave Davenport
Fixes: #836
2018-06-13Sorting cleanup (#816)Dave Davenport
* Add `-sorting-method` option remove weird -sort-levenshtein. * Fix test for updated cmdline options. * Update manpage
2018-06-09Re-add icon-theme option.Dave Davenport
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