From 7a95f1c487ed1b8e83b6a277902c66cd1114fb93 Mon Sep 17 00:00:00 2001 From: paul-loedige <59517210+ploedige@users.noreply.github.com> Date: Fri, 6 Dec 2024 22:53:24 +0100 Subject: [PATCH] switched out firefox with brave browser --- config.org | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/config.org b/config.org index e420a52..5dc0433 100644 --- a/config.org +++ b/config.org @@ -54,7 +54,7 @@ - [[#vscode][VSCode]] - [[#neovim][NeoVim]] - [[#browser][Browser]] - - [[#firefox][Firefox]] + - [[#brave][Brave]] - [[#chromium][Chromium]] - [[#tor][TOR]] - [[#shells][Shells]] @@ -1401,7 +1401,7 @@ from defines import mod,term #+begin_src python :tangle ~/.config/qtile/config.py :mkdirp yes main_groups_info = [(" ","Org",'o',{'layout': 'monadtall'}), (" ","Home", 'h',{'layout': 'monadtall'}), - (" ","Browser", 'f',{'layout': 'monadtall'}), + (" ","Browser", 'b',{'layout': 'monadtall'}), (" ","Mail", 'm',{'layout': 'monadtall', 'matches':[Match(wm_class="Mail")]}), (" ","Coding", 'c',{'layout': 'monadtall', 'matches' : [Match(wm_class="code")]}), (" ","Documents", 'l',{'layout': 'monadtall'}), @@ -1499,7 +1499,7 @@ dropdown_groups_info.append((name, on_focus_lost_hide=False, match = Match(wm_class='bitwarden') ), - ['mod1','control'],'b')) + ['mod1','control'],'p')) #+end_src ***** WhatsApp #+begin_src conf :tangle pkg-list.txt @@ -1828,10 +1828,10 @@ keys.extend([ Key([mod],"t", lazy.spawn(term), desc="Launch terminal"), ]) #+end_src -***** [[Firefox]] +***** Brave #+begin_src python :tangle ~/.config/qtile/config.py :mkdirp yes keys.extend([ - Key([mod],"f", lazy.spawn("firefox"),desc="Launch firefox"), + Key([mod],"b", lazy.spawn("brave"),desc="Launch Brave Browser"), ]) #+end_src ***** PCManFM @@ -3065,14 +3065,11 @@ fi #+end_src * Browser -** Firefox +** Brave *** Installation -#+begin_src conf :tangle pkg-list.txt -firefox +#+begin_src config :tangle pkg-list.txt +brave-bin #+end_src -*** -*** TODO Configuration - ** Chromium It's always good to have a backup browser *** Installation @@ -4331,12 +4328,10 @@ hugo 2. log out and back in to update group permissions 3. setup Nextcloud sync directories 4. sign into Bitwarden -5. add Firefox Account -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]] - - Note: Remove the -18px left-indent in the second config line for TST -7. configure networks +5. add Brave Browser Sync +6. configure networks - [[https://www.scc.kit.edu/dienste/7181.php][eduroam]] -8. add message service accounts +7. add message service accounts - [ ] WhatsApp - [ ] Slack - [ ] Signal