Fix templates

This commit is contained in:
Oliver Traber 2024-05-27 21:27:32 +02:00
parent d8113f6228
commit 54545481bd
Signed by: Bluemedia
GPG key ID: C0674B105057136C
2 changed files with 1 additions and 3 deletions

View file

@ -30,8 +30,6 @@
loop: loop:
- src: "{{ role_path }}/files/.config" - src: "{{ role_path }}/files/.config"
dest: "{{ ansible_env.HOME }}/" dest: "{{ ansible_env.HOME }}/"
- src: "{{ role_path }}/files/.local"
dest: "{{ ansible_env.HOME }}/"
- name: Ensure presence of required directories - name: Ensure presence of required directories
file: file:

View file

@ -166,7 +166,7 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10
bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow bindm = $mainMod, mouse:273, resizewindow
{% if isNotebook | bool %} {% if hostvars[ansible_hostname]['mobile_platform'] | bool %}
# Backlight control # Backlight control
bind = , XF86MonBrightnessUp, exec, brightnessctl -d intel_backlight set +5% bind = , XF86MonBrightnessUp, exec, brightnessctl -d intel_backlight set +5%
bind = , XF86MonBrightnessDown, exec, brightnessctl -d intel_backlight set 5%- bind = , XF86MonBrightnessDown, exec, brightnessctl -d intel_backlight set 5%-