From c106f5770232b2709d5ca25659d292b6d1947056 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Tue, 17 Oct 2023 08:21:16 +0200 Subject: [PATCH] Chromium as default browser --- hypr/conf/keybindings.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hypr/conf/keybindings.conf b/hypr/conf/keybindings.conf index 07f1850..aa8f551 100644 --- a/hypr/conf/keybindings.conf +++ b/hypr/conf/keybindings.conf @@ -9,8 +9,8 @@ bind = $mainMod, Q, killactive bind = $mainMod, F, fullscreen bind = $mainMod, E, exec, dolphin bind = $mainMod, T, togglefloating -bind = $mainMod, B, exec, brave -bind = $mainMod CTRL, B, exec, chromium +bind = $mainMod, B, exec, chromium +bind = $mainMod CTRL, B, exec, brave bind = $mainMod, J, togglesplit bind = $mainMod, left, movefocus, l bind = $mainMod, right, movefocus, r