docs: replace Firefox with Zen Browser

This commit is contained in:
Lucien Cartier-Tilet 2024-11-08 20:05:16 +01:00
parent 98e6a409b4
commit bd851e73a6
Signed by: phundrak
GPG Key ID: 347803E8073EACE0
3 changed files with 5 additions and 5 deletions

View File

@ -41,7 +41,7 @@
#+begin_src conf-unix #+begin_src conf-unix
[web] [web]
browser = firefox browser = zen-browser
#+end_src #+end_src
** Aliases ** Aliases

View File

@ -362,7 +362,7 @@ It is sort of the general menu for my keybindings.
#+name: apps-submap #+name: apps-submap
| Modifiers | Key | Action | Argument | Submap | | Modifiers | Key | Action | Argument | Submap |
|-----------+-----+--------+-------------------+--------| |-----------+-----+--------+-------------------+--------|
| | b | exec | =firefox= | reset | | | b | exec | =zen-browser= | reset |
| SHIFT | b | exec | =qutebrowser= | reset | | SHIFT | b | exec | =qutebrowser= | reset |
| | d | exec | =vesktop= | reset | | | d | exec | =vesktop= | reset |
| | e | exec | =emacsclient -c -n= | reset | | | e | exec | =emacsclient -c -n= | reset |

View File

@ -119,9 +119,9 @@ Its always nice to have the =BROWSER= variable available in case you
want to do stuff with scripts and your default browser. want to do stuff with scripts and your default browser.
#+name: browser #+name: browser
| Variable | Value | | Variable | Value |
|----------+---------| |----------+-------------|
| =BROWSER= | =firefox= | | =BROWSER= | =zen-browser= |
#+begin_src sh #+begin_src sh
<<export-variables(browser)>> <<export-variables(browser)>>