rettelser til keybindings cheat sheet

This commit is contained in:
2025-06-15 19:33:01 +02:00
parent 5794161c08
commit 8139d2d3ea
2 changed files with 16 additions and 0 deletions

View File

@@ -131,6 +131,15 @@
dest: "/home/{{ username }}/.config/hypr/hyprpaper.conf"
mode: '0644'
- name: "KEYBINDING SCRIPT :: Opret keybinding cheat sheet script fra template"
become: true
become_user: "{{ username }}"
ansible.builtin.template:
src: "templates/hypr-keys.sh.j2"
dest: "/home/{{ username }}/.local/bin/hypr-keys.sh"
mode: '0755'
- name: "FIREWALL :: Konfigurer UFW's standardpolitikker"
tags: firewall
block: