From 5794161c0818534b9fae0d3cb5ab1550c9e7bf53fbf29c246028c57e27301e18 Mon Sep 17 00:00:00 2001 From: Mikkel Harboe Arp Henriksen Date: Sun, 15 Jun 2025 17:41:18 +0200 Subject: [PATCH] =?UTF-8?q?lavet=20s=C3=A5=20man=20kan=20f=C3=A5=20en=20ov?= =?UTF-8?q?ersigt=20over=20keybindings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/hyprland.conf.j2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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