diff --git a/archpkgs b/archpkgs index d3763cd..8988851 100644 --- a/archpkgs +++ b/archpkgs @@ -24,6 +24,7 @@ chaotic-mirrorlist clang cmake cpupower +csvlens dart-sass devkitpro-keyring doas-sudo-shim @@ -43,6 +44,7 @@ fzf gallery-dl game-devices-udev gdb +ghostscript gifsicle git git-filter-repo @@ -51,11 +53,11 @@ gitui gnome-disk-utility gnome-keyring gnome-power-manager -graphicsmagick gron hblock httrack hypnotix +i3lock ifuse imagemagick innoextract @@ -109,6 +111,7 @@ nnn noto-fonts-emoji nss-mdns opendoas +opensnitch opus-tools oxipng p7zip @@ -171,6 +174,7 @@ typst unzip upx usbutils +ventoy-bin vulkan-intel vulkan-radeon w3m @@ -187,6 +191,7 @@ xorg-server xorg-xinit xreader xsel +xss-lock yay yt-dlp zathura-cb diff --git a/bin/aliases b/bin/aliases index 6b23555..822f74a 100755 --- a/bin/aliases +++ b/bin/aliases @@ -3,8 +3,8 @@ rm -r ~/.config/fish/* stow --no-folding -d ~/.dotfiles -t ~/.config/fish fish curl -sL https://git.io/fisher | source -fish_update_completions fisher install {jorgebucaran/replay,PatrickF1/fzf}.fish +fish_update_completions ln -s /usr/share/autojump/autojump.fish ~/.config/fish/conf.d set -U fish_features all starship init fish --print-full-init > ~/.config/fish/conf.d/starship.fish @@ -24,6 +24,7 @@ a dot 'cd ~/.dotfiles' a drivedl 'dl https://docs.google.com/uc?export=download&id=(echo $argv | cut -d/ -f6)&confirm=t' a epubpack 'cd $argv && zip -0rX ../(basename $argv).epub mimetype *; cd ..;:' a ff 'fd -HILi -Edosdevices -E.git' +a fichub 'lynx -dump https://fichub.net/legacy/epub_export?q=$argv | grep epub? | cut -d. -f2- | dl -i-;:' a fumount 'fusermount -u' a g git a gittop 'cd (git root)' @@ -53,7 +54,7 @@ a s 'doas env "PATH=$PATH"' a ssh 'kitty +kitten ssh' a sus 'systemctl suspend' a tar bsdtar -a tcsv 'curl -sL https://torrents-csv.com/service/search?q=$argv | jq ".[]|.name,.infohash,.seeders";:' +a tcsv 'curl https://torrents-csv.com/service/search?q=(echo $argv | tr " " +) | jless;:' a urldecode 'python3 -c "import sys; from urllib.parse import unquote; print(unquote(sys.stdin.read()))"' a v vi a venv 'python3 -m venv venv && source venv/bin/activate.fish && pip3 install -r requirements.txt' diff --git a/git/config b/git/config index 89531b5..9c1f049 100644 --- a/git/config +++ b/git/config @@ -56,6 +56,7 @@ r = reset --hard root = rev-parse --show-toplevel s = status + sd = submodule deinit --all -f su = submodule update --init --recursive w = clean -fdx [pull] diff --git a/qutebrowser/redirects.py b/qutebrowser/redirects.py index 33660a0..f45e931 100644 --- a/qutebrowser/redirects.py +++ b/qutebrowser/redirects.py @@ -41,7 +41,8 @@ def wikipedia(url: QUrl) -> bool: def github(url: QUrl) -> bool: return farside(url, '/gothub/') -twitter = o(s, 'unrollnow.com') +#twitter = o(s, 'unrollnow.com') +twitter = o(s, 'nitter.poast.org') m = { "reddit.com": reddit, @@ -78,6 +79,7 @@ m = { "www.npr.org" : o(s, 'text.npr.org'), "www.goodreads.com" : o(s, 'bl.vern.cc'), "zelda.fandom.com" : o(s, 'zeldawiki.wiki'), + "avatar.wiki" : o(s, 'avatar.antifandom.com'), "news.ycombinator.com" : o(s, 'news.workers.tools'), "www.pixiv.net" : o(s, 'pixivfe.exozy.me'), } diff --git a/qutebrowser/user.scss b/qutebrowser/user.scss index 501b185..aa67504 100644 --- a/qutebrowser/user.scss +++ b/qutebrowser/user.scss @@ -64,6 +64,9 @@ body>div#outer.wrapper { //ao3 zoom: 125%; max-width: 40em; } + p.kudos { + overflow-wrap: break-word; + } #inner .actions, fieldset { a, select, input, span.current { background: #000; @@ -89,7 +92,7 @@ body>div#outer.wrapper { //ao3 dl.meta, li.blurb, li.comment {border-color: #555} a:visited, .work > li > div.header h4 a:visited {color: #999} - #admin-banner, #header > ul.primary {display:none} + #admin-banner, #header > nav > ul.primary {display:none} h1.heading a, .splash .module h3, a:hover, li > div.header h4 a {color: MediumPurple} .secondary {box-shadow:none;background: #000;} #dashboard {border:none; .navigation.actions {border-top:none}} @@ -133,4 +136,8 @@ body>div#outer.wrapper { //ao3 a:link {color: rgb(221, 221, 221);} .item-status-read .item-title > a:link {color: rgb(155, 148, 148);} .logo a span, .logo a:hover { color: #c88aff; } + + &:has(.entry-meta > .category > a[href="/category/74/entries"]) .entry-content { + font-size: 0; + } }