mirror of
https://github.com/Phantop/dotfiles
synced 2025-04-01 07:16:59 +00:00
overdue kitty font size change and qute scrib
This commit is contained in:
parent
b4750f2842
commit
db870b04e4
|
@ -1,5 +1,5 @@
|
||||||
font_family Ubuntu Mono
|
font_family Ubuntu Mono
|
||||||
font_size 11.75
|
font_size 12.5
|
||||||
|
|
||||||
include dracula.conf
|
include dracula.conf
|
||||||
background #141127
|
background #141127
|
||||||
|
|
|
@ -10,6 +10,8 @@ a['ao3-first'] = 'jseval -q window.location = document.getElementsByTagName("op
|
||||||
a['ao3-last'] = 'jseval -q c=document.getElementsByTagName("option"); window.location = c[c.length-1].value'
|
a['ao3-last'] = 'jseval -q c=document.getElementsByTagName("option"); window.location = c[c.length-1].value'
|
||||||
a['ao3-next'] = 'jseval -q window.location = document.getElementsByClassName("next")[0].children[0]'
|
a['ao3-next'] = 'jseval -q window.location = document.getElementsByClassName("next")[0].children[0]'
|
||||||
a['ao3-prev'] = 'jseval -q window.location = document.getElementsByClassName("previous")[0].children[0]'
|
a['ao3-prev'] = 'jseval -q window.location = document.getElementsByClassName("previous")[0].children[0]'
|
||||||
|
a['scrib-next'] = 'jseval -q window.location = document.getElementsByClassName("btn-next")[0]'
|
||||||
|
a['scrib-prev'] = 'jseval -q window.location = document.getElementsByClassName("btn-prev")[0]'
|
||||||
|
|
||||||
kitdl = 'spawn kitty fish -c "dl &&'
|
kitdl = 'spawn kitty fish -c "dl &&'
|
||||||
bind = {
|
bind = {
|
||||||
|
@ -21,6 +23,8 @@ bind = {
|
||||||
'<Ctrl-Shift-a>': 'ao3-last',
|
'<Ctrl-Shift-a>': 'ao3-last',
|
||||||
'A': 'ao3-next',
|
'A': 'ao3-next',
|
||||||
'X': 'ao3-prev',
|
'X': 'ao3-prev',
|
||||||
|
'<Alt+A>': 'scrib-next',
|
||||||
|
'<Alt+X>': 'scrib-prev',
|
||||||
|
|
||||||
'm': 'spawn -mdv mpv {url}',
|
'm': 'spawn -mdv mpv {url}',
|
||||||
',': 'hint links run spawn -mdv mpv {hint-url}',
|
',': 'hint links run spawn -mdv mpv {hint-url}',
|
||||||
|
|
Loading…
Reference in a new issue