diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-03 18:01:32 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-03 18:01:43 +0100 |
commit | c508a980ae4a6bffc5e968e2570118ae265fe46b (patch) | |
tree | fd0f894f94da6ac60823cf2063c4d9bb867fe463 /config | |
parent | 53cb3d537303c75ac5d3de577075928b687d240a (diff) |
added keybind
Diffstat (limited to 'config')
-rw-r--r-- | config/wayland/hypr/binds.conf | 5 |
1 files 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 |