aboutsummaryrefslogtreecommitdiff
path: root/tests/modules/programs/qutebrowser (follow)
Commit message (Collapse)AuthorAgeFilesLines
* qutebrowser: unwrap list from keybinding removalseylerius2020-07-271-0/+3
| | | | | | | | | The option to remove the default keybindings by setting the `programs.qutebrowser.enableDefaultKeybindings` variable to `false` had a list wrapped around the `config.py` line. This would cause a type coercion error. PR #1410
* qutebrowser: add some optionsivann2020-05-032-1/+40
| | | | | | | | | | | Specificially, this adds options - `aliases`, - `searchEngines`, - `keyMappings`, and - `keyBindings`. PR #1212
* qutebrowser: add support for list values in settingsTerje Larsen2020-04-091-0/+2
|
* qutebrowser: add moduleJustin Lovinger2020-04-082-0/+47
PR #1132