mirror of
https://github.com/Phantop/dotfiles
synced 2025-01-24 13:38:39 +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\""
|
a $i "qutebrowser / \":open $i\""
|
||||||
end
|
end
|
||||||
|
|
||||||
for i in deemix diffoscope encodec gallery-dl git-sim html2text lightnovel-crawler\
|
for i in deemix encodec gallery-dl git-sim html2text lightnovel-crawler\
|
||||||
mandown mangadex-downloader mathicsscript nsz pdf2docx portablemc ratarmount\
|
mandown mangadex-downloader mathicsscript pdf2docx portablemc ratarmount\
|
||||||
scdl soundscrape spleeter
|
scdl soundscrape spleeter
|
||||||
a $i "pipx run $i"
|
a $i "pipx run $i"
|
||||||
end
|
end
|
||||||
|
|
|
@ -8,11 +8,11 @@ git clone https://aur.archlinux.org/yay-bin.git ~/.yay
|
||||||
cd ~/.yay && makepkg -si
|
cd ~/.yay && makepkg -si
|
||||||
|
|
||||||
pkgs="abiword arch-install-scripts aria2 audacious audacity autojump apparmor avidemux-qt
|
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
|
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
|
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
|
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
|
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
|
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
|
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 &&'
|
kitdl = 'spawn kitty fish -c "dl &&'
|
||||||
bind = {
|
bind = {
|
||||||
'<Ctrl-q>': 'close',
|
'<Ctrl-q>': 'history-clear -f ;; close',
|
||||||
'<Ctrl-w>': 'tab-close',
|
'<Ctrl-w>': 'tab-close',
|
||||||
'<Alt+f>' : 'config-cycle hints.chars qwerasdf asdfghjkl',
|
'<Alt+f>' : 'config-cycle hints.chars qwerasdf asdfghjkl',
|
||||||
|
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
)}
|
)}
|
||||||
|
|
||||||
div.doc-container div.doc div {max-width: 666pt !important; margin: auto}
|
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,
|
$class: ad-frame-container, ad-panel, ad-slot, adsbygoogle, adbox, adunit,
|
||||||
adunit-wrapper, b_ad, leaderboard, "pure-u-lg-1-5:nth-child(3)";
|
adunit-wrapper, b_ad, leaderboard, "pure-u-lg-1-5:nth-child(3)";
|
||||||
|
|
Loading…
Reference in a new issue