summaryrefslogtreecommitdiffstats
path: root/include/xrmoptions.h
AgeCommit message (Collapse)Author
2023-01-14Update copyright dates.Dave Davenport
2022-02-07Bump copyright date.Dave Davenport
2021-08-19Cleanup, update header files using clang-tidy.Dave Davenport
2021-06-09Update copyright header.Dave Davenport
2021-06-01[Configuration] Remove old configuration format.Dave Davenport
2021-05-04Remove -dump-xresources option update manpage.Dave Davenport
2021-05-04Remove parsing of xresource config settings via Xserver.Dave Davenport
This option is deprecated.
2020-10-12Fix some of the documentationDave Davenport
2020-01-02Add -upgrade-config option.Dave Davenport
* Print warning when old-style configuration is used. * Add -upgrade-config option.
2020-01-01Update copyright dates.Dave Davenport
2019-09-27Update copyright.Dave Davenport
2017-11-23Correct spelling mistakes. (#722)Edward Betts
2017-09-04Only dump configuration changes, not theme in `-dump-config`.Dave Davenport
2017-06-21Fix test building.Dave Davenport
2017-06-21Add -dump-config option.Dave Davenport
2017-06-20Do better error reporting on configuration entries in rasi format.Dave Davenport
2017-04-15Fix licenses headersQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-03-30Remove more traces of old theme.Dave Davenport
2017-03-28Indenting.Dave Davenport
2017-03-28Merge the configuration loading into something more simple (3)Dave Davenport
2017-03-28Merge the configuration loading into something more simple (2)Dave Davenport
2017-03-27Add 'Configuration' section to rasi format that parses config option.Dave Davenport
2016-10-15Indenting, commentsDave Davenport
2016-10-14Document more headers.Dave Davenport
2016-10-14Add more documentation.Dave Davenport
Current state: 61% coverage.
2016-07-29Fix some doxygen warnings.Dave Davenport
2016-06-25Remove xlib dependency, add xcb-util-xrm.Dave Davenport
2016-05-30Issue #411: Show list of Keyboard bindings with rofi, from rofi.Dave Davenport
2016-03-01Pack magic externs into a xcb_stuff.Dave Davenport
2016-02-28Remove opening of display.Dave Davenport
2016-01-07More doxygen sugarDave Davenport
2016-01-07Add some doxygen sugar.Dave Davenport
2016-01-04Initialize Xrm only once.Dave Davenport
2016-01-03Add optional config file that overrides local XresourcesDave Davenport
Rofi will look at XDG_CONFIG_USER_DIR/rofi/config and load this after the Xresources db on DISPLAY. This can be overridden using the -config commandline option. The file should be in the same format as the Xresources file.
2015-12-10Add option to dump color scheme.Dave Davenport
2015-11-14Fix printing.Dave Davenport
2015-11-14Cleanup.Dave Davenport
2015-10-16Update rofi -h outputDave Davenport
2015-10-15Revert "Remove levenshtein"QC
Adding help list. This reverts commit 77cdc8d7c4aab103d4ac1252cfe1653e14c914a4.
2015-09-19Adjust new editor widthQC
2015-07-27Add prefix to header guard. #191Qball Cow
2015-07-27Bug #191 rename header guard to not use reserved macro name.Dave Davenport
2015-03-11Cleanup argc/argv lugging around.Dave Davenport
2015-02-17Rewrite of the configuration parsing, no longer duplicating options between ↵Dave Davenport
Xrm and CMD. * NEEDS TESTING.
2015-02-15Fix #128: Better handling of keybindings and remove deprecated launching.QC
See manpage.
2015-02-03Move data around, constness, etc.Dave Davenport
2014-05-27Add docsQball Cow
2014-05-22Add option to dump xresources entries.QC
2014-05-22Make ssh set title public.QC
2014-05-19Fix some small memory leaks.QC