[qutebrowser] Generalize tmp directory

This commit is contained in:
2022-12-29 11:00:10 -05:00
parent 7ebbbdfe66
commit f12456cccc

View File

@ -24,14 +24,14 @@ config.set("fonts.hints", "bold 12pt monospace")
config.set("fonts.statusbar", "10pt monospace") config.set("fonts.statusbar", "10pt monospace")
config.set("fonts.completion.entry", "10pt monospace") config.set("fonts.completion.entry", "10pt monospace")
config.set("zoom.default", "100%") config.set("zoom.default", "100%")
config.set("downloads.location.directory", "/home/powellc/tmp") config.set("downloads.location.directory", "~/tmp")
config.set("downloads.location.prompt", False) config.set("downloads.location.prompt", False)
config.set("tabs.show", "multiple") config.set("tabs.show", "multiple")
config.bind("wo", "set-cmd-text -s :open -w") config.bind("wo", "set-cmd-text -s :open -w")
config.bind("wd", "close") config.bind("wd", "close")
config.bind( config.bind(
",n", ",n",
'config-cycle content.user_stylesheets /home/powellc/.config/qutebrowser/darculized-all-sites.css ""', 'config-cycle content.user_stylesheets ~/.config/qutebrowser/darculized-all-sites.css ""',
) )
config.bind(",p", "config-cycle content.proxy none socks://tor.local:9050/") config.bind(",p", "config-cycle content.proxy none socks://tor.local:9050/")