change default browser from brave to firefox
This commit is contained in:
+13
-6
@@ -54,6 +54,7 @@
|
|||||||
- [[#vscode][VSCode]]
|
- [[#vscode][VSCode]]
|
||||||
- [[#neovim][NeoVim]]
|
- [[#neovim][NeoVim]]
|
||||||
- [[#browser][Browser]]
|
- [[#browser][Browser]]
|
||||||
|
- [[#firefox][Firefox]]
|
||||||
- [[#brave][Brave]]
|
- [[#brave][Brave]]
|
||||||
- [[#chromium][Chromium]]
|
- [[#chromium][Chromium]]
|
||||||
- [[#tor][TOR]]
|
- [[#tor][TOR]]
|
||||||
@@ -1852,10 +1853,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
|
||||||
***** Brave
|
***** Browser
|
||||||
#+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],"b", lazy.spawn("brave"),desc="Launch Brave Browser"),
|
Key([mod],"b", lazy.spawn("firefox"),desc="Launch Browser"),
|
||||||
])
|
])
|
||||||
#+end_src
|
#+end_src
|
||||||
***** PCManFM
|
***** PCManFM
|
||||||
@@ -3089,6 +3090,11 @@ fi
|
|||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* Browser
|
* Browser
|
||||||
|
** Firefox
|
||||||
|
*** Installation
|
||||||
|
#+begin_src config :tangle pkg-list.txt
|
||||||
|
firefox
|
||||||
|
#+end_src
|
||||||
** Brave
|
** Brave
|
||||||
*** Installation
|
*** Installation
|
||||||
#+begin_src config :tangle pkg-list.txt
|
#+begin_src config :tangle pkg-list.txt
|
||||||
@@ -4361,10 +4367,11 @@ 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 Brave Browser Sync
|
5. Setup Firefox
|
||||||
6. configure networks
|
- [ ] enable Sync
|
||||||
- [[https://www.scc.kit.edu/dienste/7181.php][eduroam]]
|
- [ ] Hide Titlebar ([[https://dev.to/jakariyaaa/how-to-create-and-use-userchromecss-in-firefox-26g7][Tutorial]])
|
||||||
7. add message service accounts
|
- [ ] 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
|
- [ ] WhatsApp
|
||||||
- [ ] Slack
|
- [ ] Slack
|
||||||
- [ ] Signal
|
- [ ] Signal
|
||||||
|
|||||||
Reference in New Issue
Block a user