From 894dd5764486dc3e43f9653fe09ccb40daaadc6f Mon Sep 17 00:00:00 2001 From: Clay Gomera Date: Tue, 23 May 2023 20:21:36 -0400 Subject: [PATCH] fix the qutebrowser download directory --- user/.config/qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/.config/qutebrowser/config.py b/user/.config/qutebrowser/config.py index 90660e8bd..3667d45c2 100644 --- a/user/.config/qutebrowser/config.py +++ b/user/.config/qutebrowser/config.py @@ -175,7 +175,7 @@ config.set('content.javascript.enabled', True, 'qute://*/*') # Directory to save downloads to. If unset, a sensible OS-specific # default is used. # Type: Directory -c.downloads.location.directory = '~/downloads' +c.downloads.location.directory = '~/Downloads' # When to show the tab bar. # Type: String