mirror of
https://github.com/Phantop/dotfiles
synced 2025-02-04 02:36:52 +00:00
qute: switch up search engines
This commit is contained in:
parent
7c224644dc
commit
ed147f91df
19
archpkgs
19
archpkgs
|
@ -8,6 +8,7 @@ aria2
|
|||
asciinema
|
||||
audacious
|
||||
autojump
|
||||
avidemux-qt
|
||||
base
|
||||
base-devel
|
||||
bat
|
||||
|
@ -22,16 +23,14 @@ bzip3
|
|||
ccache
|
||||
chaotic-keyring
|
||||
chaotic-mirrorlist
|
||||
citra-qt-git
|
||||
clang
|
||||
cmake
|
||||
cpupower
|
||||
cups
|
||||
dart-sass
|
||||
debootstrap
|
||||
dolphin-emu-git
|
||||
dolphin-emu
|
||||
dracula-gtk-theme-git
|
||||
dwarfs-git
|
||||
electron
|
||||
expac
|
||||
fd
|
||||
|
@ -39,11 +38,15 @@ fish
|
|||
flyctl-bin
|
||||
fq
|
||||
fzf
|
||||
gallery-dl
|
||||
game-devices-udev
|
||||
gamemode
|
||||
gdb
|
||||
ghex
|
||||
gifsicle
|
||||
gimp
|
||||
git
|
||||
gitui
|
||||
glow
|
||||
gnome-disk-utility
|
||||
gnome-keyring
|
||||
|
@ -68,18 +71,17 @@ jpegoptim
|
|||
jq
|
||||
keepassxc
|
||||
kitty
|
||||
lagrange
|
||||
libimobiledevice
|
||||
libplist
|
||||
libpulse
|
||||
libusbmuxd
|
||||
libva-intel-driver
|
||||
libva-mesa-driver
|
||||
lightdm
|
||||
lightdm-gtk-greeter
|
||||
lightdm-gtk-greeter-settings
|
||||
linux-firmware
|
||||
linux-hardened
|
||||
lrzip
|
||||
ly
|
||||
lynx
|
||||
man-db
|
||||
man-pages
|
||||
|
@ -88,6 +90,7 @@ meld
|
|||
moreutils
|
||||
mpv
|
||||
mpv-mpris
|
||||
msitools
|
||||
mupdf-tools
|
||||
musikcube
|
||||
ncdu
|
||||
|
@ -113,6 +116,7 @@ parallel
|
|||
perl-parallel-forkmanager
|
||||
pgbouncer
|
||||
php
|
||||
picocom
|
||||
pipewire
|
||||
pngquant
|
||||
postgresql
|
||||
|
@ -150,10 +154,10 @@ squashfs-tools
|
|||
squashfuse
|
||||
starship
|
||||
stow
|
||||
subversion
|
||||
sxiv
|
||||
syncthing
|
||||
system-config-printer
|
||||
tenacity-git
|
||||
tig
|
||||
tk
|
||||
torsocks
|
||||
|
@ -169,6 +173,7 @@ webp-pixbuf-loader
|
|||
wget
|
||||
wimlib
|
||||
wireless_tools
|
||||
wireshark-qt
|
||||
wit
|
||||
xdg-user-dirs
|
||||
xdg-utils
|
||||
|
|
|
@ -6,14 +6,17 @@ c.confirm_quit = ['downloads']
|
|||
c.downloads.location.directory = '~/Downloads'
|
||||
c.qt.workarounds.remove_service_workers = True
|
||||
|
||||
c.url.searchengines['l'] = 'farside.link/librex/search.php?q={}'
|
||||
c.url.searchengines['!'] = 'farside.link/librex/search.php?q=!{}'
|
||||
c.url.searchengines['s'] = 'farside.link/searxng/search?q={}'
|
||||
c.url.searchengines['y'] = 'farside.link/invidious/search?q={}'
|
||||
c.url.searchengines['m'] = 'morty.ononoki.org/?mortyurl={}'
|
||||
c.url.searchengines['4'] = '4get.ca/web?s={}'
|
||||
c.url.searchengines['a'] = 'annas-archive.org/search?q={}'
|
||||
c.url.searchengines['l'] = 'farside.link/librex/search.php?q={}'
|
||||
c.url.searchengines['m'] = 'morty.ononoki.org/?mortyurl={}'
|
||||
c.url.searchengines['n'] = 'https://search.marginalia.nu/search?query={}'
|
||||
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['s']
|
||||
c.url.searchengines['DEFAULT'] = c.url.searchengines['4']
|
||||
c.url.start_pages = c.url.default_page = 'minifocs.fly.dev'
|
||||
|
||||
config.source('adblock.py')
|
||||
|
|
Loading…
Reference in a new issue