Change download dir.
This commit is contained in:
parent
4a171c9665
commit
7454925b26
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ c.content.register_protocol_handler = False
|
||||||
c.content.notifications.enabled = False
|
c.content.notifications.enabled = False
|
||||||
c.downloads.position = 'bottom'
|
c.downloads.position = 'bottom'
|
||||||
c.downloads.remove_finished = 20000
|
c.downloads.remove_finished = 20000
|
||||||
c.downloads.location.directory = os.path.expanduser("~/Downloads")
|
c.downloads.location.directory = os.path.expanduser("~")
|
||||||
c.fonts.default_family = ["JetBrainsMono Nerd Font Mono"]
|
c.fonts.default_family = ["JetBrainsMono Nerd Font Mono"]
|
||||||
c.fonts.default_size = '12pt'
|
c.fonts.default_size = '12pt'
|
||||||
c.fonts.prompts = 'default_size default_family'
|
c.fonts.prompts = 'default_size default_family'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue