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:
parent
0d978f7673
commit
c9c0490cbf
7 changed files with 19 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue