diff --git a/templates/hyprland.conf.j2 b/templates/hyprland.conf.j2 index cb71c77..5ea0eaa 100644 --- a/templates/hyprland.conf.j2 +++ b/templates/hyprland.conf.j2 @@ -121,4 +121,7 @@ bind = $mainMod SHIFT, 5, movetoworkspace, 5 bind = $mainMod SHIFT, 6, movetoworkspace, 6 bind = $mainMod SHIFT, 7, movetoworkspace, 7 bind = $mainMod SHIFT, 8, movetoworkspace, 8 -bind = $mainMod SHIFT, 9, movetoworkspace, 9 \ No newline at end of file +bind = $mainMod SHIFT, 9, movetoworkspace, 9 + +# Vis keybindings i en wofi menu +bind = SUPER, SPACE, exec, ~/scripts/hypr-keys.sh \ No newline at end of file