From e63690e06230e13a362888bc4a3c6741d1fab303 Mon Sep 17 00:00:00 2001 From: mekb Date: Sat, 1 Feb 2025 14:46:08 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Switch=20browser?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hyprland.conf.d/env.conf | 2 +- keybinds | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hyprland.conf.d/env.conf b/hyprland.conf.d/env.conf index 3f1fa4c..3d36705 100644 --- a/hyprland.conf.d/env.conf +++ b/hyprland.conf.d/env.conf @@ -4,7 +4,7 @@ env = MOZ_DBUS_REMOTE, 1 env = SDL_VIDEODRIVER, wayland env = MOZ_ENABLE_WAYLAND, 1 env = _JAVA_AWT_WM_NONREPARENTING, 1 -env = BROWSER, firefox +env = BROWSER, zen-browser env = EDITOR, nvim env = LANG, en_AU.UTF-8 env = LC_ALL, en_AU.UTF-8 diff --git a/keybinds b/keybinds index ba37e24..3c45939 100755 --- a/keybinds +++ b/keybinds @@ -26,7 +26,7 @@ keybinds=( "$MOD SHIFT, R, exec, rofi -show run" "$MOD, N, exec, nemo" # File manager "$MOD, T, exec, kitty" # Terminal emulator - "$MOD, Y, exec, firefox" # Browser + "$MOD, Y, exec, "'$BROWSER' # Browser "$MOD SHIFT, Y, exec, ~/.bin/open-qutebrowser" # Browser 2: Electric Boogaloo # Backlight control