switched out firefox with brave browser

This commit is contained in:
paul-loedige
2024-12-06 22:53:24 +01:00
parent d44e9fc04d
commit 7a95f1c487
+11 -16
View File
@@ -54,7 +54,7 @@
- [[#vscode][VSCode]] - [[#vscode][VSCode]]
- [[#neovim][NeoVim]] - [[#neovim][NeoVim]]
- [[#browser][Browser]] - [[#browser][Browser]]
- [[#firefox][Firefox]] - [[#brave][Brave]]
- [[#chromium][Chromium]] - [[#chromium][Chromium]]
- [[#tor][TOR]] - [[#tor][TOR]]
- [[#shells][Shells]] - [[#shells][Shells]]
@@ -1401,7 +1401,7 @@ from defines import mod,term
#+begin_src python :tangle ~/.config/qtile/config.py :mkdirp yes #+begin_src python :tangle ~/.config/qtile/config.py :mkdirp yes
main_groups_info = [("","Org",'o',{'layout': 'monadtall'}), main_groups_info = [("","Org",'o',{'layout': 'monadtall'}),
("","Home", 'h',{'layout': 'monadtall'}), ("","Home", 'h',{'layout': 'monadtall'}),
(" ","Browser", 'f',{'layout': 'monadtall'}), (" ","Browser", 'b',{'layout': 'monadtall'}),
("","Mail", 'm',{'layout': 'monadtall', 'matches':[Match(wm_class="Mail")]}), ("","Mail", 'm',{'layout': 'monadtall', 'matches':[Match(wm_class="Mail")]}),
("","Coding", 'c',{'layout': 'monadtall', 'matches' : [Match(wm_class="code")]}), ("","Coding", 'c',{'layout': 'monadtall', 'matches' : [Match(wm_class="code")]}),
("","Documents", 'l',{'layout': 'monadtall'}), ("","Documents", 'l',{'layout': 'monadtall'}),
@@ -1499,7 +1499,7 @@ dropdown_groups_info.append((name,
on_focus_lost_hide=False, on_focus_lost_hide=False,
match = Match(wm_class='bitwarden') match = Match(wm_class='bitwarden')
), ),
['mod1','control'],'b')) ['mod1','control'],'p'))
#+end_src #+end_src
***** WhatsApp ***** WhatsApp
#+begin_src conf :tangle pkg-list.txt #+begin_src conf :tangle pkg-list.txt
@@ -1828,10 +1828,10 @@ keys.extend([
Key([mod],"t", lazy.spawn(term), desc="Launch terminal"), Key([mod],"t", lazy.spawn(term), desc="Launch terminal"),
]) ])
#+end_src #+end_src
***** [[Firefox]] ***** Brave
#+begin_src python :tangle ~/.config/qtile/config.py :mkdirp yes #+begin_src python :tangle ~/.config/qtile/config.py :mkdirp yes
keys.extend([ keys.extend([
Key([mod],"f", lazy.spawn("firefox"),desc="Launch firefox"), Key([mod],"b", lazy.spawn("brave"),desc="Launch Brave Browser"),
]) ])
#+end_src #+end_src
***** PCManFM ***** PCManFM
@@ -3065,14 +3065,11 @@ fi
#+end_src #+end_src
* Browser * Browser
** Firefox ** Brave
*** Installation *** Installation
#+begin_src conf :tangle pkg-list.txt #+begin_src config :tangle pkg-list.txt
firefox brave-bin
#+end_src #+end_src
***
*** TODO Configuration
** Chromium ** Chromium
It's always good to have a backup browser It's always good to have a backup browser
*** Installation *** Installation
@@ -4331,12 +4328,10 @@ hugo
2. log out and back in to update group permissions 2. log out and back in to update group permissions
3. setup Nextcloud sync directories 3. setup Nextcloud sync directories
4. sign into Bitwarden 4. sign into Bitwarden
5. add Firefox Account 5. add Brave Browser Sync
6. configure [[https://addons.mozilla.org/en-US/firefox/addon/tree-style-tab/][TST]] using [[https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules#for-userchromecss][these instructions]] 6. configure networks
- Note: Remove the -18px left-indent in the second config line for TST
7. configure networks
- [[https://www.scc.kit.edu/dienste/7181.php][eduroam]] - [[https://www.scc.kit.edu/dienste/7181.php][eduroam]]
8. add message service accounts 7. add message service accounts
- [ ] WhatsApp - [ ] WhatsApp
- [ ] Slack - [ ] Slack
- [ ] Signal - [ ] Signal