add solarizer and detach mpv
This commit is contained in:
parent
7efd44903b
commit
857c80a807
@ -421,12 +421,6 @@ set-cmd-text -s :bookmark-load -t
|
||||
set-cmd-text -s :bookmark-load -w
|
||||
wB
|
||||
|
||||
spawn mpv {url}
|
||||
x
|
||||
|
||||
hint links spawn mpv {hint-url}
|
||||
;x
|
||||
|
||||
open -w
|
||||
<ctrl-n>
|
||||
|
||||
@ -475,6 +469,12 @@ tab-pin
|
||||
tab-focus -1
|
||||
g$
|
||||
|
||||
spawn --detach mpv {url}
|
||||
x
|
||||
|
||||
hint links spawn --detach mpv {hint-url}
|
||||
;x
|
||||
|
||||
[insert]
|
||||
# Keybindings for insert mode.
|
||||
# Since normal keypresses are passed through, only special keys are
|
||||
|
@ -1096,6 +1096,8 @@ DEFAULT = https://duckduckgo.com/?q={}
|
||||
# `qtb = open https://www.qutebrowser.org/`
|
||||
[aliases]
|
||||
goto = open
|
||||
solarize = set ui user-stylesheet /data/programming/solarized-everything-css/css/solarized-all-sites-dark.css
|
||||
unsolarize = set ui user-stylesheet ""
|
||||
|
||||
|
||||
# Colors used in the UI.
|
||||
|
Loading…
Reference in New Issue
Block a user