✨ Installed brave/uninstalled ungoogled-chromium
This commit is contained in:
parent
752e47d9a6
commit
7b61a9c6de
5 changed files with 14 additions and 6 deletions
5
aliases
5
aliases
|
|
@ -77,8 +77,7 @@ alias tshift='doas timeshift --delete && notify-send " Previous Backup Delet
|
|||
alias btop="bst -e btop"
|
||||
alias {librewolf,firefox}="librewolf"
|
||||
alias tor-browser="tor-browser &"
|
||||
alias chromium="chromium --incognito --disable-search-engine-collection --fingerprinting-canvas-image-data-noise --fingerpriting-canvas-measuretext-noise --fingerprinting-client-rects-noise --popups-to-tabs &"
|
||||
alias leetcode="/usr/bin/chromium --incognito --disable-search-engine-collection --fingerprinting-canvas-image-data-noise --fingerpriting-canvas-measuretext-noise --fingerprinting-client-rects-noise --popups-to-tabs https://leetcode.com/accounts/login &"
|
||||
alias leetcode="brave https://leetcode.com/accounts/login &"
|
||||
alias gimp="gimp --no-splash"
|
||||
alias krita="krita --nosplash"
|
||||
alias toonz="opentoonz"
|
||||
|
|
@ -449,7 +448,7 @@ alias {svgsprites,svgsprite}="librewolf https://svgsprit.es &"
|
|||
# unsplash.com is an api site for developers to import and use photos
|
||||
alias unsplash="librewolf https://unsplash.com/developers &"
|
||||
# wesbos tutorials/articles/etc
|
||||
alias wesbos="/usr/bin/chromium --incognito --disable-search-engine-collection --fingerprinting-canvas-image-data-noise --fingerpriting-canvas-measuretext-noise --fingerprinting-client-rects-noise --popups-to-tabs https://courses.wesbos.com &"
|
||||
alias wesbos="brave https://courses.wesbos.com &"
|
||||
alias frontendmasters="librewolf https://frontendmasters.com/ &"
|
||||
# send text messages from an api (js, python, nodejs, curl, ruby, etc) (requires payment for more than 1 per day)
|
||||
alias textbelt="librewolf https://textbelt.com/ &"
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -127,7 +127,16 @@
|
|||
"https://www.wilfred.me.uk",
|
||||
"https://www.iheart.com",
|
||||
"https://soundcloud.com",
|
||||
"https://lexfridman.com/podcast/"
|
||||
"https://lexfridman.com/podcast/",
|
||||
"https://bandcamp.com",
|
||||
"https://frontendmasters.com",
|
||||
"https://gabmus.org",
|
||||
"https://asciinema.org",
|
||||
"https://gist.github.com/Asjas/4b0736108d56197fce0ec9068145b421",
|
||||
"https://www.aditus.io",
|
||||
"https://a11y-guidelines.orange.com/en/",
|
||||
"https://svgsprit.es",
|
||||
"https://a11yslider.js.org"
|
||||
],
|
||||
"untrusted": [
|
||||
"google.com",
|
||||
|
|
|
|||
|
|
@ -165,7 +165,7 @@ super + z
|
|||
super + f
|
||||
librewolf &
|
||||
super + c
|
||||
chromium --incognito --disable-search-engine-collection --fingerprinting-canvas-image-data-noise --fingerprinting-canvas-measuretext-noise --fingerprinting-client-rects-noise --popups-to-tabs &
|
||||
brave &
|
||||
super + i
|
||||
inkscape &
|
||||
super + g
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ export cproj="/home/brian/Documents/Code/web_tutorials/kevin_powell/build_a_resp
|
|||
|
||||
# custom BROWSER env for ddgr:
|
||||
export BROWSER=librewolf
|
||||
export BROWSER_2=chromium
|
||||
export TUIR_BROWSER=librewolf
|
||||
export EDITOR=nvim
|
||||
export PF_INFO="ascii os kernel pkgs shell wm editor"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue