mirror of
https://github.com/Phantop/dotfiles
synced 2025-01-24 05:27:19 +00:00
qute: clear history more, show rss-bridge stuff
This commit is contained in:
parent
1c939ab170
commit
e6d121dfc6
|
@ -77,8 +77,8 @@ for i in (cat ~/.config/qutebrowser/quickmarks | cut -d ' ' -f1)
|
|||
a $i "qutebrowser / \":open $i\""
|
||||
end
|
||||
|
||||
for i in deemix diffoscope encodec gallery-dl git-sim html2text lightnovel-crawler\
|
||||
mandown mangadex-downloader mathicsscript nsz pdf2docx portablemc ratarmount\
|
||||
for i in deemix encodec gallery-dl git-sim html2text lightnovel-crawler\
|
||||
mandown mangadex-downloader mathicsscript pdf2docx portablemc ratarmount\
|
||||
scdl soundscrape spleeter
|
||||
a $i "pipx run $i"
|
||||
end
|
||||
|
|
|
@ -8,11 +8,11 @@ git clone https://aur.archlinux.org/yay-bin.git ~/.yay
|
|||
cd ~/.yay && makepkg -si
|
||||
|
||||
pkgs="abiword arch-install-scripts aria2 audacious audacity autojump apparmor avidemux-qt
|
||||
bleachbit bzip3 ccache cpupower dolphin-emu dracula-gtk-theme dwarfs-git engrampa fd
|
||||
bleachbit bzip3 ccache cpupower diffoscope difftastic dolphin-emu dracula-gtk-theme dwarfs-git engrampa fd
|
||||
fish flyctl-bin fq fzf gifsicle gimp gnome-disk-utility gnome-keyring gnome-system-monitor gurk-bin
|
||||
hblock htop ifuse imagemagick innoextract intel-media-driver jdupes jpegoptim jq keepassxc
|
||||
kitty libjxl lynx man-db man-pages megatools mkvtoolnix-gui moreutils mpv musikcube
|
||||
ncdu netsurf neovim nicotine+ nnn noto-fonts noto-fonts-cjk noto-fonts-emoji opus-tools
|
||||
ncdu netsurf neovim nicotine+ nnn noto-fonts noto-fonts-cjk noto-fonts-emoji nsz opus-tools
|
||||
oxipng p7zip pandoc parallel pdfjs perl-parallel-forkmanager pngquant power-profiles-daemon
|
||||
proot pup-bin python-adblock python-pipx python-readability-lxml qrencode qt5-styleplugins
|
||||
qt6gtk2 qutebrowser ripgrep-all rofi sass shellcheck sof-firmware spek squashfs-tools
|
||||
|
|
|
@ -15,7 +15,7 @@ a['scrib-prev'] = 'jseval -q window.location = document.getElementsByClassName("
|
|||
|
||||
kitdl = 'spawn kitty fish -c "dl &&'
|
||||
bind = {
|
||||
'<Ctrl-q>': 'close',
|
||||
'<Ctrl-q>': 'history-clear -f ;; close',
|
||||
'<Ctrl-w>': 'tab-close',
|
||||
'<Alt+f>' : 'config-cycle hints.chars qwerasdf asdfghjkl',
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
)}
|
||||
|
||||
div.doc-container div.doc div {max-width: 666pt !important; margin: auto}
|
||||
.bridge-card { form, h5 {display:revert} .showmore {display:none} }
|
||||
|
||||
$class: ad-frame-container, ad-panel, ad-slot, adsbygoogle, adbox, adunit,
|
||||
adunit-wrapper, b_ad, leaderboard, "pure-u-lg-1-5:nth-child(3)";
|
||||
|
|
Loading…
Reference in a new issue