qutebrowser: Make use of dotter for dir structure

Since we now use dotter we can simplify the dir structure for
qutebrowser a lot. Everything dot-filed earlier can now reside
in simple directories called config (for ~/.config/qutebrowser),
data (for ~/.local/share/qutebrowser), and scripts
(for ~/.local/bin) files.
This commit is contained in:
Marty Oehme 2023-10-03 13:43:00 +02:00
parent dcde027a67
commit 8681d34946
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
49 changed files with 9 additions and 5 deletions

View file

@ -54,7 +54,9 @@ office = "~"
pass = "~"
[qutebrowser.files]
qutebrowser = "~"
"qutebrowser/config" = "~/.config/qutebrowser"
"qutebrowser/scripts" = "~/.local/bin"
"qutebrowser/data" = "~/.local/share/qutebrowser"
[scripts.files]
"scripts/README.md" = { target = "~/README.md", type = "symbolic", if = "false" }