xdg: Move xdg media directories

Moved all directories with media contents (pictures, videos, music) to a
single coherent media directory.
This commit is contained in:
Marty Oehme 2021-04-17 09:54:53 +02:00
parent 0d978f7673
commit c9c0490cbf
Signed by: Marty
GPG key ID: B7538B8F50A1C800
7 changed files with 19 additions and 9 deletions

View file

@ -98,10 +98,10 @@ config.bind(leader + "tV", "set tabs.position left")
config.bind(leader + "M", "spawn umpv {url}")
config.bind(leader + "m", "hint links spawn umpv {hint-url}")
# bind youtube-dl to download the current page/links
config.bind(leader + "dM", "spawn youtube-dl -o ~/videos/%(title)s.%(ext)s {url}")
config.bind(leader + "dM", "spawn vidl {url}")
config.bind(
leader + "dm",
"hint --rapid links spawn youtube-dl -o ~/videos/%(title)s.%(ext)s {hint-url}",
"hint --rapid links spawn vidl {hint-url}",
)
# Use q for quitting a tab (mimicks vim buffer) - qa is used for exiting