From dc7bbf85ade14699eed1715318acf0df12fb5ce6 Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Sat, 31 Jan 2026 21:08:24 +0000 Subject: [PATCH] feat: change browser to Brave --- .config/hypr/hyprland.conf | 1 + .config/hypr/keybinds.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 0a76e62..f97d70c 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -4,6 +4,7 @@ source = ~/.config/hypr/monitors.conf $terminal = kitty $fileManager = thunar $menu = wofi --show drun +$browser = brave exec-once = /usr/lib/xdg-desktop-portal-hyprland & exec-once = /usr/lib/xdg-desktop-portal & diff --git a/.config/hypr/keybinds.conf b/.config/hypr/keybinds.conf index 20843aa..a784722 100644 --- a/.config/hypr/keybinds.conf +++ b/.config/hypr/keybinds.conf @@ -65,5 +65,5 @@ bind = ALT, TAB, cyclenext bind = SUPER, F, exec, $fileManager bind = SUPER, D, exec, $menu -bind = SUPER, B, exec, firefox +bind = SUPER, B, exec, $browser bind = SUPER SHIFT, S, exec, grim -g "$(slurp)" - | wl-copy