qute: remove privoxy because idt it does shit

This commit is contained in:
Phantop 2022-07-15 18:53:29 -04:00
parent f5d22f5055
commit bed8b745b4
2 changed files with 2 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# shellcheck disable=SC2086
alias s=sudo se="s eopkg -y" g=git
gnome="eog gnome-photos gnome-mpv gnome-terminal nautilus rhythmbox"
gnome="gnome-photos gnome-mpv gnome-terminal nautilus rhythmbox"
se rm $gnome firefox libreoffice-common onboard thunderbird
dev="arcanist ccache git-extras llvm-clang neovim parallel qt-creator solbuild"
@ -10,7 +10,7 @@ gui="caja gimp keepassxc kitty nicotine-plus qutebrowser syncthing zathura-mupdf
med="audaci{ty,ous{,-plugins}} avidemux mkvtoolnix mpv opus-tools spek yt-dlp"
ric="ant-dracula-gtk-theme autojump font-ubuntu-ttf rofi starship sassc stow"
tui="advancecomp aria2 fd fish fzf innoextract jpegoptim moreutils ncdu ripgrep tig"
sys="bleachbit corectrl ifuse linux-tools-cpupower p7zip privoxy tlp usbmuxd upx tor"
sys="bleachbit corectrl ifuse linux-tools-cpupower p7zip tlp usbmuxd upx tor"
se up; se it -c system.devel $dev $gui $med $ric $sys $tui
stow --no-folding -d ~/.dotfiles -t ~/.config .
@ -34,7 +34,6 @@ chsh -s "$(which fish)"
fish -c "aliases;clean"
s usermod -aG docker "$USER"
s systemctl mask tracker-store tracker-miner-fs tracker-miner-rss tracker-miner-apps tracker-extra tracker-writeback
s systemctl enable --now privoxy
g g p:appdwarf ~/.appdwarf
g g p:solus-stuff ~/.solus

View File

@ -5,7 +5,6 @@ if socket.gethostname() == 'wheatley':
c.zoom.default = 125
c.content.fullscreen.window = True
c.content.proxy = 'http://localhost:8118'
c.content.user_stylesheets = ['adblock.css', 'dracula.css', 'user.css']
c.confirm_quit = ['downloads']