Commit graph

13 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
Naïm Favier
bd11e2c5e6
Replace usage of literalExample
Instead use the new function `literalExpression`. See

  https://github.com/NixOS/nixpkgs/pull/136909
2021-10-13 00:16:10 +02:00
Naïm Favier
5569770d1e
files: move dry run logic out of onChange hooks
Fixes 
2021-08-17 22:14:32 +02:00
Gabriel Fontes
3ab254aff4
qutebrowser: add onChange ipc reloading 2021-07-11 22:46:06 +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
Nicolas Berbiche
44f9d68d8c
treewide: replace attrs by formats or types.anything 2020-11-29 21:54:55 -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
Jonathan Reeve
ad4f33cfc4
qutebrowser: add package option
Fixes 
PR 
2020-06-15 21:06:14 +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