summaryrefslogtreecommitdiffstats
path: root/config/config.c
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-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
2015-01-11Fix issue #48.QC
Copy over a config.c from config.def.c if none exists.
2015-01-05Add support custom command.Dave Davenport
2014-11-25More commenting.Dave Davenport
Code Comment Comment % Blank Total File ------ --------- --------- --------- --------- ----------------- 36 69 65.7% 2 107 config.c 66 31 32.0% 14 111 dmenu-dialog.c 185 52 21.9% 19 256 helper.c 179 66 26.9% 27 272 history.c 1896 325 14.6% 345 2566 rofi.c 197 45 18.6% 42 284 run-dialog.c 144 31 17.7% 24 199 script-dialog.c 171 42 19.7% 31 244 ssh-dialog.c 350 69 16.5% 84 503 textbox.c 151 37 19.7% 27 215 xrmoptions.c 26 0 0.0% 5 31 helper-test.c 65 6 8.5% 35 106 history-test.c 109 5 4.4% 22 136 textbox-test.c 34 33 49.3% 24 91 config.h 5 10 66.7% 4 19 dmenu-dialog.h 11 70 86.4% 10 91 helper.h 9 46 83.6% 8 63 history.h 83 128 60.7% 17 228 rofi.h 4 8 66.7% 2 14 run-dialog.h 11 26 70.3% 5 42 script-dialog.h 4 8 66.7% 2 14 ssh-dialog.h 64 142 68.9% 31 237 textbox.h 6 13 68.4% 4 23 xrmoptions.h
2014-11-25Update comment of headers.Dave Davenport
2014-11-14Update font type to match pango naming.Dave Davenport
2014-11-09Add sidebar modi to ROFI.QC
2014-10-30Add multi-line elements support.Dave Davenport
2014-10-19Add separator option.QC
2014-09-03Add flexible configuration for launchingDave Davenport
* You can now specify links: {terminal} -e bash -e "{ssh-client} {host}" * Add test for this code.
2014-08-26Refactor the to-long menu() function.Dave Davenport
* Split out larger sub-parts into separate functions. * Create a state structure. * Remove zeltak mode.
2014-08-25Removed unused code. (NEAR and i3_mode)Dave Davenport
2014-07-21Fix #65, Fix #63 Allow user to select list of modi'sQC
* Add script_dialog, so user can add dialogs using a script. * Add a way to disable modi's * Add -show <modi> option.
2014-07-21Fix issue #61Qball Cow
2014-07-16Make levenshtein sorting its own option.Dave Davenport
* TODO: update manpage. (no md2man on this machine)
2014-06-05Add option to disable history.QC
2014-05-22Make ssh set title public.QC
2014-05-22Cleanups and indenting.QC
2014-05-22Use true/false for hmode and fixed-num-linesQball Cow
* Also update man page to reflect this.
2014-05-20Keys via xresources, dump config.Qball Cow
2014-05-19Add hmode to xrmoptions.QC
2014-05-19Extra checks, first part cleanupQball Cow
2014-05-19Add some initial columns support.Qball Cow
2014-05-17Add option to fix the size of rofiQC
2014-05-15Allow xoffset, fix bottom/right edge.QC
2014-05-15Add a y-offset.Qball Cow
2014-04-22Allow window title to be set. issue #42Dave Davenport
2014-03-22Indent o mania.QC
2014-03-18Small fix!Qball Cow