mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-23 05:37:29 +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_size 11.75
|
||||
font_size 12.5
|
||||
|
||||
include dracula.conf
|
||||
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-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}',
|
||||
|
|
Loading…
Reference in a new issue