1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2025-02-24 09:05:08 +01:00
Commit graph

9 commits

Author SHA1 Message Date
Kylie McClain
95201931f2
qutebrowser: allow for specifying multiple commands in bindings ()
This command adds the ability to specify lists of qutebrowser
commands as values for key bindings, which avoids the need for
concatenating commands with ` ;; `.
2023-03-15 19:22:12 +01:00
Robert Helgesson
cb09a968e9
tests: add option test.stubs
This option provides a more convenient way to overlay dummy packages.
It also adds a function `config.lib.test.mkStubPackage` that can,
e.g., be used for `package` options.
2021-09-26 23:26:38 +02:00
Ivar
be0e73a308
qutebrowser: add quickmark support ()
Closes: https://github.com/nix-community/home-manager/issues/1230
2021-06-15 12:22:21 -04:00
fortune
a513fbc395
qutebrowser: fix config location on darwin () 2021-04-28 14:41:30 -04:00
fortuneteller2k
73559e0dbc
qutebrowser: add option to load autoconfig ()
See .

The option default to false.
2021-03-04 22:33:23 -05:00
seylerius
89adfc9f01
qutebrowser: unwrap list from keybinding removal
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 
2020-07-27 16:48:38 +02:00
ivann
03b4f81679
qutebrowser: add some options
Specificially, this adds options

- `aliases`,
- `searchEngines`,
- `keyMappings`, and
- `keyBindings`.

PR 
2020-05-03 13:53:06 +02:00
Terje Larsen
5b7b9821e0
qutebrowser: add support for list values in settings 2020-04-09 19:13:07 +02:00
Justin Lovinger
b7737f1732
qutebrowser: add module
PR 
2020-04-08 14:50:59 +02:00