Clarify some docs
This commit is contained in:
parent
d7036fe8a8
commit
f546cbe934
@ -53,7 +53,13 @@ new_instance_open_target:
|
|||||||
activating the window.
|
activating the window.
|
||||||
- window: Open in a new window.
|
- window: Open in a new window.
|
||||||
default: tab
|
default: tab
|
||||||
desc: How to open links in an existing instance if a new one is launched.
|
desc: >-
|
||||||
|
How to open links in an existing instance if a new one is launched.
|
||||||
|
|
||||||
|
This happens when e.g. opening a link from a terminal.
|
||||||
|
|
||||||
|
See `new_instance_open_target_window` to customize in which window the link
|
||||||
|
is opened in.
|
||||||
|
|
||||||
new_instance_open_target_window:
|
new_instance_open_target_window:
|
||||||
type:
|
type:
|
||||||
@ -64,15 +70,20 @@ new_instance_open_target_window:
|
|||||||
- last-focused: Open new tabs in the most recently focused window.
|
- last-focused: Open new tabs in the most recently focused window.
|
||||||
- last-visible: Open new tabs in the most recently visible window.
|
- last-visible: Open new tabs in the most recently visible window.
|
||||||
default: last-focused
|
default: last-focused
|
||||||
desc: Which window to choose when opening links as new tabs.
|
desc: >-
|
||||||
|
Which window to choose when opening links as new tabs.
|
||||||
|
|
||||||
|
When `new_instance_open_target` is not set to `window`, this is ignored.
|
||||||
|
|
||||||
session_default_name:
|
session_default_name:
|
||||||
type:
|
type:
|
||||||
name: SessionName
|
name: SessionName
|
||||||
none_ok: true
|
none_ok: true
|
||||||
default: null
|
default: null
|
||||||
desc: The name of the session to save by default, or unset for the last loaded
|
desc: >-
|
||||||
session.
|
The name of the session to save by default.
|
||||||
|
|
||||||
|
If this is set to null, the session which was last loaded is saved.
|
||||||
|
|
||||||
## auto_save
|
## auto_save
|
||||||
|
|
||||||
@ -92,7 +103,7 @@ auto_save.interval:
|
|||||||
auto_save.session:
|
auto_save.session:
|
||||||
type: Bool
|
type: Bool
|
||||||
default: false
|
default: false
|
||||||
desc: Whether to always save the open pages.
|
desc: Whether to always restore open sites when qutebrowser is reopened.
|
||||||
|
|
||||||
## content
|
## content
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user