From 1f67128caaf0efff789efa9560a0903e526b4adf Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Sat, 9 Apr 2022 02:19:01 -0700 Subject: [PATCH] added notes on setting up chromium flags --- updates.txt | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/updates.txt b/updates.txt index 12d145df..f452d50f 100644 --- a/updates.txt +++ b/updates.txt @@ -1,14 +1,23 @@ Use this file as a post-it for packages to install on laptop/desktop. -Remove XFCE +add notation about awk as +Select everything but the second field: +awk '!($2="")' -doas pacman -Q | grep xfce | awk '!($2="")' | grep -v terminal | grep -v screenshooter | grep -v notifyd | grep -v libxfce4util | grep -v libxfce4ui | grep -v artwork | tr '\n' ' ' | catx +add noatation about tr (translate command): +replace every newline with a single space: +tr '\n' ' ' -doas pacman -R xfwm orage-git (ctrl + shift + v) +Go into Chromium and Disable the following flags +chrome://flags/ -locate xfce | grep -v terminal | grep -v screenshooter | grep -v notifyd | grep -v libxfce4util | grep -v libxfce4ui | grep -v artwork | doas xargs -d\\n rm -v +Enable Incognito brand consistency in desktop -locate xfce | grep about | doas xargs -d\\n rm -v -locate xfce | grep kiosk | doas xargs -d\\n rm -v +Enable offering upload of Autofilled credit cards -NOTE: The only thing that seemed to have broken was thunar, just check it and reinstall it if need be. +Anonoymize local IPs exposed by WebRTC + +Clear data on exit + +Probably already set up: +Auto Dark Mode for Web Contents