mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-22 05:06:59 +00:00
fish: scale, gb; qute: shorter pb reverse
This commit is contained in:
parent
447ccfb774
commit
50487a994d
|
@ -89,6 +89,7 @@ a rmdirs 'ff -t d -x rmdir -p'
|
|||
a rmlinks 'ff -t l -x rm'
|
||||
a rssb 'curl rss-bridge.github.io/rss-bridge/General/Public_Hosts | pup text{} | grep https | shuf -n1 | clip'
|
||||
a s 'doas env "PATH=$PATH"'
|
||||
a scale 'dconf write /org/gnome/desktop/interface/text-scaling-factor'
|
||||
a sre 'systemctl soft-reboot'
|
||||
a ssh 'kitty +kitten ssh'
|
||||
a sus 'systemctl suspend'
|
||||
|
@ -128,6 +129,7 @@ a ag 'a git'
|
|||
a amk 'a ws make -p (basename (git root || pwd))'
|
||||
a assh 'arista-ssh login -p google'
|
||||
a dt 'a dt'
|
||||
a gb 'a git'
|
||||
a lint 'a git lint'
|
||||
|
||||
for i in (cut -d ' ' -f1 < ~/.config/qutebrowser/quickmarks)
|
||||
|
|
|
@ -11,7 +11,7 @@ a['ao3-next'] = 'jseval -q window.location = document.getElementsByClassName("ne
|
|||
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]'
|
||||
a['priviblur-reverse'] = 'jseval -q c=document.querySelector(".blog-posts");if(c)[...c.children].reverse().forEach(e=>c.appendChild(e));'
|
||||
a['priviblur-reverse'] = 'jseval -q c=document.querySelector(".blog-posts");[...c.children].forEach(e=>c.prepend(e))'
|
||||
|
||||
kitdl = 'spawn kitty fish -c "dl &&'
|
||||
bind = {
|
||||
|
|
Loading…
Reference in a new issue