From c508a980ae4a6bffc5e968e2570118ae265fe46b Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Fri, 3 Nov 2023 18:01:32 +0100 Subject: added keybind --- config/wayland/hypr/binds.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/wayland/hypr/binds.conf b/config/wayland/hypr/binds.conf index 0416a2a..226fd24 100644 --- a/config/wayland/hypr/binds.conf +++ b/config/wayland/hypr/binds.conf @@ -69,12 +69,13 @@ bind = $mainMod, mouse_up, workspace, e-1 bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow +bind = $mainMod, B, exec, $BROWSER +bind = $mainMod, E, exec, emacs + bind = $mainMod, A, submap, apps submap = apps bind = $mainMod, D, exec, discord bind = , D, exec, discord -bind = $mainMod, B, exec, $BROWSER -bind = , B, exec, $BROWSER bind = $mainMod, G, exec, gml bind = , G, exec, gml source = ./reset-submap.conf -- cgit v1.2.3