From 5c04c9727999d1321933b5b0e72b2747af71fa9e6eef74e2d5cb245f814b62ff Mon Sep 17 00:00:00 2001 From: Mikkel Harboe Arp Henriksen Date: Sun, 15 Jun 2025 20:57:06 +0200 Subject: [PATCH] cheat sheet rettelser --- templates/hyprland.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/hyprland.conf.j2 b/templates/hyprland.conf.j2 index 7f483fe..9debf58 100644 --- a/templates/hyprland.conf.j2 +++ b/templates/hyprland.conf.j2 @@ -92,7 +92,7 @@ $mainMod = SUPER # "Super" er Windows-tasten bind = $mainMod, RETURN, exec, kitty bind = $mainMod, Q, killactive, bind = $mainMod, M, exit, # Afslut Hyprland session -bind = $mainMod, D, exec, wofi --show drun +bind = $mainMod, D, exec, wofi --show drun --conf /home/{{ username }}/.config/wofi/config --style /home/{{ username }}/.config/wofi/style.css bind = $mainMod, F, fullscreen, # Flyt fokus med piletaster @@ -124,4 +124,4 @@ bind = $mainMod SHIFT, 8, movetoworkspace, 8 bind = $mainMod SHIFT, 9, movetoworkspace, 9 # Vis keybindings i en wofi menu -bind = SUPER, SPACE, exec, ~/.local/bin/hypr-keys.sh \ No newline at end of file +bind = $mainMod, SPACE, exec, ~/.local/bin/hypr-keys.sh --conf /home/{{ username }}/.config/wofi/config --style /home/{{ username }}/.config/wofi/style.css \ No newline at end of file