Change download dir.

This commit is contained in:
Bartek Stalewski 2021-08-05 14:47:55 +02:00
parent 4a171c9665
commit 7454925b26

View File

@ -16,7 +16,7 @@ c.content.register_protocol_handler = False
c.content.notifications.enabled = False
c.downloads.position = 'bottom'
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_size = '12pt'
c.fonts.prompts = 'default_size default_family'