mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-22 21:26:47 +00:00
various package and page changes
This commit is contained in:
parent
9c5a1176de
commit
365644078b
13
archpkgs
13
archpkgs
|
@ -62,6 +62,8 @@ keepassxc
|
|||
kitty
|
||||
kvantum
|
||||
lagrange
|
||||
lib32-libpulse
|
||||
lib32-vulkan-icd-loader
|
||||
libheif
|
||||
libplist
|
||||
libpulse
|
||||
|
@ -71,7 +73,6 @@ libva-intel-driver
|
|||
linux-firmware
|
||||
linux-hardened
|
||||
lrzip
|
||||
lxqt-archiver
|
||||
ly
|
||||
lynx
|
||||
man-pages
|
||||
|
@ -99,13 +100,14 @@ opus-tools
|
|||
oxipng
|
||||
p7zip
|
||||
parallel
|
||||
pcmanfm-qt
|
||||
pcmanfm-gtk3
|
||||
perl-parallel-forkmanager
|
||||
php
|
||||
picocom
|
||||
pipewire
|
||||
pngquant
|
||||
poppler
|
||||
postgresql-libs
|
||||
power-profiles-daemon
|
||||
powertop
|
||||
pulseaudio
|
||||
|
@ -118,6 +120,7 @@ python-adblock
|
|||
python-html2text
|
||||
python-pip
|
||||
python-pipx
|
||||
python-pylint
|
||||
python-readability-lxml
|
||||
qownnotes
|
||||
qpdf
|
||||
|
@ -128,6 +131,7 @@ rclone
|
|||
ripgrep-all
|
||||
rofi
|
||||
rsync
|
||||
runc
|
||||
smartmontools
|
||||
sof-firmware
|
||||
squashfs-tools
|
||||
|
@ -143,6 +147,7 @@ torsocks
|
|||
ttf-dejavu
|
||||
ttf-ubuntu-font-family
|
||||
tuc
|
||||
typst
|
||||
unzip
|
||||
upx
|
||||
usbutils
|
||||
|
@ -153,13 +158,17 @@ w3m
|
|||
waifu2x-ncnn-vulkan
|
||||
webp-pixbuf-loader
|
||||
wget
|
||||
wine
|
||||
winetricks
|
||||
wqy-microhei
|
||||
xarchiver
|
||||
xdelta3
|
||||
xdg-utils
|
||||
xf86-input-evdev
|
||||
xf86-input-libinput
|
||||
xorg-server
|
||||
xorg-xinit
|
||||
xreader
|
||||
xsel
|
||||
yay
|
||||
yt-dlp
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
caa = ca -a
|
||||
ch = checkout
|
||||
cl = gc --aggressive --prune=now
|
||||
d = difftool
|
||||
d = diff
|
||||
g = clone
|
||||
gr = clone --recursive
|
||||
l = log
|
||||
|
|
|
@ -38,7 +38,7 @@ bind = {
|
|||
'E': 'config-cycle -p content.javascript.enabled ;; reload',
|
||||
's1': 'download-open',
|
||||
'sa': 'open -t archive.is/submit/?url={url}',
|
||||
'sb': 'open splashblr.fly.dev/?u={url}',
|
||||
'sb': 'open tumblash.fly.dev/?u={url}',
|
||||
'sc': 'toggle-dark',
|
||||
'sd': "spawn fish -c 'dl; open (ls -a | rofi -dmenu -b -i || exit 0)'",
|
||||
'sg': 'debug-dump-page ~/Downloads/dump.html',
|
||||
|
|
|
@ -15,7 +15,7 @@ c.url.searchengines['s'] = 'farside.link/searxng/search?q={}'
|
|||
c.url.searchengines['x'] = 'aldeid.com/wiki/X86-assembly/Instructions/{}'
|
||||
c.url.searchengines['y'] = 'farside.link/invidious/search?q={}'
|
||||
c.url.searchengines['z'] = 'zeldawiki.wiki/wiki/{}'
|
||||
c.url.searchengines['DEFAULT'] = c.url.searchengines['4']
|
||||
c.url.searchengines['DEFAULT'] = c.url.searchengines['s']
|
||||
c.url.start_pages = c.url.default_page = 'minifocs.fly.dev'
|
||||
|
||||
config.source('adblock.py')
|
||||
|
|
|
@ -50,6 +50,7 @@ map = {
|
|||
|
||||
"twitter.com": nitter,
|
||||
"mobile.twitter.com": nitter,
|
||||
"x.com": nitter,
|
||||
|
||||
"imgur.com" : rimgo,
|
||||
"medium.com" : scribe,
|
||||
|
@ -63,10 +64,10 @@ map = {
|
|||
"genius.com" : dumb,
|
||||
"stackoverflow.com" : anonymousoverflow,
|
||||
|
||||
"www.twitch.tv" : o(s, 'm.twitch.tv'),
|
||||
"www.twitch.tv" : o(s, 'twineo.deno.dev'),
|
||||
"discord.com" : o(s, 'canary.discord.com'),
|
||||
"tumblr.com" : o(s, 'splashblr.fly.dev'),
|
||||
"www.tumblr.com" : o(s, 'splashblr.fly.dev'),
|
||||
"tumblr.com" : o(s, 'tumblash.fly.dev'),
|
||||
"www.tumblr.com" : o(s, 'tumblash.fly.dev'),
|
||||
"www.npr.org" : o(s, 'text.npr.org'),
|
||||
"www.goodreads.com" : o(s, 'bl.vern.cc'),
|
||||
"zelda.fandom.com" : o(s, 'zeldawiki.wiki'),
|
||||
|
|
Loading…
Reference in a new issue