From e272300293fa3f437b84871b9d6f9323c484fd07 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Mon, 9 Oct 2023 10:06:42 +0200 Subject: [PATCH] Added binding for Chromium SUPER+CTRL B --- hypr/conf/keybindings.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/hypr/conf/keybindings.conf b/hypr/conf/keybindings.conf index 8053da5..bb11cc1 100644 --- a/hypr/conf/keybindings.conf +++ b/hypr/conf/keybindings.conf @@ -10,6 +10,7 @@ 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, J, togglesplit bind = $mainMod, left, movefocus, l bind = $mainMod, right, movefocus, r