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