overdue kitty font size change and qute scrib

This commit is contained in:
Phantop 2022-10-31 17:15:11 -04:00
parent b4750f2842
commit db870b04e4
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,5 @@
font_family Ubuntu Mono
font_size 11.75
font_size 12.5
include dracula.conf
background #141127

View File

@ -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-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['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 &&'
bind = {
@ -21,6 +23,8 @@ bind = {
'<Ctrl-Shift-a>': 'ao3-last',
'A': 'ao3-next',
'X': 'ao3-prev',
'<Alt+A>': 'scrib-next',
'<Alt+X>': 'scrib-prev',
'm': 'spawn -mdv mpv {url}',
',': 'hint links run spawn -mdv mpv {hint-url}',