summaryrefslogtreecommitdiffstats
path: root/include/settings.h
AgeCommit message (Collapse)Author
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-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-19Use XRandr to get monitor layout instead of xinerama.Dave Davenport
* You can now specify monitor by name, or primary status.
2016-07-29Fix some doxygen warnings.Dave Davenport
2016-06-28Fix windowcd command and allow custom Window string formatDave Davenport
2016-06-18Remove fuzzy matching option.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-24Cleanup unused type specifier.Dave Davenport
2016-03-05Remove deprecated theme system.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-07More doxygen sugar.Dave Davenport