dotfiles/unprocessed/config/automatrop/roles/system/tasks/main.yml

10 lines
243 B
YAML
Raw Normal View History

# Xorg configuration
- name: Configure Xorg joystick behaviour
2023-11-02 19:51:54 +01:00
ansible.builtin.copy:
src: xorg/joystick.conf
dest: "{{ item }}/50-joystick.conf"
2023-11-02 19:51:54 +01:00
become: true
2021-06-18 21:53:42 +02:00
when: display_server == 'x11'
loop: "{{ xorg_common_config_dirs }}"