mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-22 06:42:46 +00:00
qute: easily set site cookies to all
This commit is contained in:
parent
5d9c9db877
commit
f812fefe17
|
@ -66,7 +66,6 @@ a dwarfmount 'dwarfs -f $argv (mktemp -d | tee /dev/tty /dev/stderr 2>| clip);:'
|
|||
a dwarfs 'dwarfs -o offset=auto -o tidy_strategy=swap'
|
||||
a dwarfs2null 'dwarfsextract -o /dev/null -f ustar -i'
|
||||
a dwarfs2tar 'dwarfsextract -o dwarfs-root.tar -f ustar -i'
|
||||
a foldwarf 'appdwarf -f $argv .;:'
|
||||
a redwarf 'mkdwarfs -o redwarf.dwarfs --recompress -i'
|
||||
a squash 'mksquashfs . $PWD.squashfs -comp zstd -b 1M -Xcompression-level 22'
|
||||
a undwarfs 'mkdir dwarfs-root; dwarfsextract -o dwarfs-root -i'
|
||||
|
|
|
@ -7,8 +7,8 @@ fd -e jpg -e jpeg -x jpegoptim
|
|||
fd -e png -e jpg -e jpeg g -X pingo -s9
|
||||
fd -e webp -x cwebp -z 9 -mt {} -o {}
|
||||
|
||||
fd -e epub -e zip -e cbz -e jar -e docx -e odt -e apk -x advzip -z2
|
||||
fd -t f -x advdef -z2
|
||||
fd -t f -x advzip -z3
|
||||
fd -t f -x advdef -z3
|
||||
|
||||
fd -e mp3 -x mp3packer
|
||||
fd -e mp3 -x rename -- -vbr ''
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
alias s=sudo se="s eopkg -y" g=git
|
||||
|
||||
gnome="eog gnome-photos gnome-mpv gnome-terminal nautilus rhythmbox"
|
||||
se rm $gnome firefox hexchat libreoffice-common onboard thunderbird
|
||||
se rm $gnome firefox libreoffice-common onboard thunderbird
|
||||
|
||||
dev="arcanist ccache git-extras llvm-clang neovim parallel qt-creator solbuild"
|
||||
gui="caja gimp keepassxc kitty nicotine-plus qutebrowser syncthing zathura-mupdf"
|
||||
|
|
|
@ -12,6 +12,7 @@ require "paq" {
|
|||
'RobertAudi/fish.vim';
|
||||
'tpope/vim-commentary';
|
||||
'tpope/vim-sensible';
|
||||
'tpope/vim-sleuth';
|
||||
'tpope/vim-surround';
|
||||
'vim-airline/vim-airline';
|
||||
}
|
||||
|
@ -45,5 +46,5 @@ colorscheme dracula
|
|||
command Q q!
|
||||
filetype plugin indent on
|
||||
syntax enable
|
||||
PaqClean
|
||||
PaqSync
|
||||
]]
|
||||
|
|
|
@ -38,7 +38,7 @@ bind = {
|
|||
'st': 'config-cycle -p content.proxy socks://localhost:9050 ' + c.content.proxy,
|
||||
'T' : 'tab-next',
|
||||
'td': 'config-unset -u {url:host} content.headers.user_agent',
|
||||
'W': 'config-cycle -p -u *://*.{url:host}/* content.cookies.accept no-3rdparty never',
|
||||
'W': 'config-cycle -p -u *://*.{url:host}/* content.cookies.accept no-3rdparty all never',
|
||||
}
|
||||
for a, b in bind.items():
|
||||
config.bind(a, b)
|
||||
|
|
|
@ -13,7 +13,7 @@ c.downloads.location.directory = '~/Downloads'
|
|||
c.qt.workarounds.remove_service_workers = True
|
||||
|
||||
c.url.searchengines['DEFAULT'] = 'farside.link/searxng/search?q={}'
|
||||
c.url.searchengines['l'] = 'librex.elpengu.com/search.php?q={}'
|
||||
c.url.searchengines['l'] = 'search.davidovski.xyz/search.php?q={}'
|
||||
c.url.searchengines['m'] = 'morty.ononoki.org/?mortyurl={}'
|
||||
c.url.searchengines['t'] = 'ao3.org/tags/{}'
|
||||
c.url.searchengines['y'] = 'farside.link/invidious/search?q={}'
|
||||
|
|
Loading…
Reference in a new issue