From bd851e73a6450a6fe9678a3ad4d8728bcd2c8524 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 8 Nov 2024 20:05:16 +0100 Subject: [PATCH] docs: replace Firefox with Zen Browser --- docs/git.org | 2 +- docs/hyprland.org | 2 +- docs/shell.org | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/git.org b/docs/git.org index 0d90dff..aa9664b 100644 --- a/docs/git.org +++ b/docs/git.org @@ -41,7 +41,7 @@ #+begin_src conf-unix [web] - browser = firefox + browser = zen-browser #+end_src ** Aliases diff --git a/docs/hyprland.org b/docs/hyprland.org index 7323196..1534079 100644 --- a/docs/hyprland.org +++ b/docs/hyprland.org @@ -362,7 +362,7 @@ It is sort of the general menu for my keybindings. #+name: apps-submap | Modifiers | Key | Action | Argument | Submap | |-----------+-----+--------+-------------------+--------| -| | b | exec | =firefox= | reset | +| | b | exec | =zen-browser= | reset | | SHIFT | b | exec | =qutebrowser= | reset | | | d | exec | =vesktop= | reset | | | e | exec | =emacsclient -c -n= | reset | diff --git a/docs/shell.org b/docs/shell.org index 3c04594..0a9b0e7 100644 --- a/docs/shell.org +++ b/docs/shell.org @@ -119,9 +119,9 @@ It’s always nice to have the =BROWSER= variable available in case you want to do stuff with scripts and your default browser. #+name: browser -| Variable | Value | -|----------+---------| -| =BROWSER= | =firefox= | +| Variable | Value | +|----------+-------------| +| =BROWSER= | =zen-browser= | #+begin_src sh <>