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
|
set-cmd-text -s :bookmark-load -w
|
||||||
wB
|
wB
|
||||||
|
|
||||||
spawn mpv {url}
|
|
||||||
x
|
|
||||||
|
|
||||||
hint links spawn mpv {hint-url}
|
|
||||||
;x
|
|
||||||
|
|
||||||
open -w
|
open -w
|
||||||
<ctrl-n>
|
<ctrl-n>
|
||||||
|
|
||||||
@ -475,6 +469,12 @@ tab-pin
|
|||||||
tab-focus -1
|
tab-focus -1
|
||||||
g$
|
g$
|
||||||
|
|
||||||
|
spawn --detach mpv {url}
|
||||||
|
x
|
||||||
|
|
||||||
|
hint links spawn --detach mpv {hint-url}
|
||||||
|
;x
|
||||||
|
|
||||||
[insert]
|
[insert]
|
||||||
# Keybindings for insert mode.
|
# Keybindings for insert mode.
|
||||||
# Since normal keypresses are passed through, only special keys are
|
# 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/`
|
# `qtb = open https://www.qutebrowser.org/`
|
||||||
[aliases]
|
[aliases]
|
||||||
goto = open
|
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.
|
# Colors used in the UI.
|
||||||
|
Loading…
Reference in New Issue
Block a user