aboutsummaryrefslogtreecommitdiff
path: root/files/qutebrowser
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2019-01-24 14:28:33 +0100
committerInigoGutierrez <inigogf.95@gmail.com>2019-01-24 14:28:33 +0100
commit98df5c922735365a73d67631ca82042f375e3839 (patch)
tree86c40816d67a1f42ab8954702677d869b06917fc /files/qutebrowser
parent1f046716b0310a9fcadb692d288e2612674b05c8 (diff)
downloadconfigs-98df5c922735365a73d67631ca82042f375e3839.tar.gz
configs-98df5c922735365a73d67631ca82042f375e3839.zip
jue ene 24 14:28:35 CET 2019
Diffstat (limited to 'files/qutebrowser')
-rw-r--r--files/qutebrowser/config.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/files/qutebrowser/config.py b/files/qutebrowser/config.py
index 6ba84d6..cbe3ef7 100644
--- a/files/qutebrowser/config.py
+++ b/files/qutebrowser/config.py
@@ -1139,6 +1139,7 @@ c.new_instance_open_target = 'window'
## Hide the statusbar unless a message is shown.
## Type: Bool
# c.statusbar.hide = False
+c.statusbar.hide = True
## Padding (in pixels) for the statusbar.
## Type: Padding
@@ -1555,11 +1556,11 @@ config.bind(',fv', 'hint links spawn i3-msg exec mpv {hint-url}')
config.bind(',V', 'spawn i3-msg exec bash /home/inigo/scripts/floats/mpvFloat.sh {url}')
config.bind(',fV', 'hint links spawn i3-msg exec bash /home/inigo/scripts/floats/mpvFloat.sh {hint-url}')
#download url's video in ~/videos/qutebrowser
-config.bind(',d', 'spawn youtube-dl -o ~/videos/qutebrowser/%(title)s.%(ext)s {url}')
+config.bind(',d', 'spawn youtube-dl -o ~/downloads/videos/%(title)s.%(ext)s {url}')
# same as previous, but showing urxvt
config.bind(',D', 'spawn i3-msg exec bash /home/inigo/scripts/floats/youtube-dlFloat.sh {url}')
# two same commands, using hints instead than current url
-config.bind(',fd', 'hint links spawn youtube-dl -o ~/videos/qutebrowser/%(title)s.%(ext)s {hint-url}')
+config.bind(',fd', 'hint links spawn youtube-dl -o ~/downloads/videos/%(title)s.%(ext)s {hint-url}')
config.bind(',fD', 'hint links spawn i3-msg exec bash /home/inigo/scripts/floats/youtube-dlFloat.sh {hint-url}')
# download url's audio in mp3 in ~/music/qutebrowser
config.bind(',a', 'spawn youtube-dl -o ~/music/qutebrowser/%(title)s.%(ext)s -x --audio-format mp3 {url}')