diff --git a/local.yml b/local.yml index 04ef98b..86c89c4 100644 --- a/local.yml +++ b/local.yml @@ -112,7 +112,7 @@ mode: '0644' notify: Opdater font cache - - name: "BRUGER :: Opret Pictures-mappen" # <--- TILFØJ DENNE NYE OPGAVE + - name: "BRUGER :: Opret Pictures-mappen" become: true become_user: "{{ username }}" ansible.builtin.file: @@ -180,7 +180,7 @@ # name: OpenSSH # Bruger UFW's applikationsprofil for SSH # tags: firewall - - name: "FLATPAK :: Installer LibreOffice" # <--- TILFØJ DENNE NYE OPGAVE + - name: "FLATPAK :: Installer LibreOffice" become: true become_user: "{{ username }}" community.general.flatpak: diff --git a/templates/hyprland.conf.j2 b/templates/hyprland.conf.j2 index dda5721..3f63176 100644 --- a/templates/hyprland.conf.j2 +++ b/templates/hyprland.conf.j2 @@ -98,7 +98,8 @@ $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 --conf /home/{{ username }}/.config/wofi/config --style /home/{{ username }}/.config/wofi/style.css +# bind = $mainMod, D, exec, wofi --show drun --conf /home/{{ username }}/.config/wofi/config --style /home/{{ username }}/.config/wofi/style.css +bind = $mainMod, D, exec, wofi --show drun bind = $mainMod, F, fullscreen, # Flyt fokus med piletaster