change default browser from brave to firefox
This commit is contained in:
+13
-6
@@ -54,6 +54,7 @@
|
||||
- [[#vscode][VSCode]]
|
||||
- [[#neovim][NeoVim]]
|
||||
- [[#browser][Browser]]
|
||||
- [[#firefox][Firefox]]
|
||||
- [[#brave][Brave]]
|
||||
- [[#chromium][Chromium]]
|
||||
- [[#tor][TOR]]
|
||||
@@ -1852,10 +1853,10 @@ keys.extend([
|
||||
Key([mod],"t", lazy.spawn(term), desc="Launch terminal"),
|
||||
])
|
||||
#+end_src
|
||||
***** Brave
|
||||
***** Browser
|
||||
#+begin_src python :tangle ~/.config/qtile/config.py :mkdirp yes
|
||||
keys.extend([
|
||||
Key([mod],"b", lazy.spawn("brave"),desc="Launch Brave Browser"),
|
||||
Key([mod],"b", lazy.spawn("firefox"),desc="Launch Browser"),
|
||||
])
|
||||
#+end_src
|
||||
***** PCManFM
|
||||
@@ -3089,6 +3090,11 @@ fi
|
||||
#+end_src
|
||||
|
||||
* Browser
|
||||
** Firefox
|
||||
*** Installation
|
||||
#+begin_src config :tangle pkg-list.txt
|
||||
firefox
|
||||
#+end_src
|
||||
** Brave
|
||||
*** Installation
|
||||
#+begin_src config :tangle pkg-list.txt
|
||||
@@ -4361,10 +4367,11 @@ hugo
|
||||
2. log out and back in to update group permissions
|
||||
3. setup Nextcloud sync directories
|
||||
4. sign into Bitwarden
|
||||
5. add Brave Browser Sync
|
||||
6. configure networks
|
||||
- [[https://www.scc.kit.edu/dienste/7181.php][eduroam]]
|
||||
7. add message service accounts
|
||||
5. Setup Firefox
|
||||
- [ ] enable Sync
|
||||
- [ ] Hide Titlebar ([[https://dev.to/jakariyaaa/how-to-create-and-use-userchromecss-in-firefox-26g7][Tutorial]])
|
||||
- [ ] Style TreeStyleTabs ([[https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules#full-auto-showhide-theme][Manual]])
|
||||
6. add message service accounts
|
||||
- [ ] WhatsApp
|
||||
- [ ] Slack
|
||||
- [ ] Signal
|
||||
|
||||
Reference in New Issue
Block a user