tag libinput tasks

This commit is contained in:
Pig Monkey 2018-04-13 21:51:37 -07:00
parent 2f44f28fb7
commit aa0431badc
2 changed files with 6 additions and 0 deletions

View file

@ -32,10 +32,14 @@
- name: Enable middle-click scrolling
template: src=30-scroll.conf dest=/etc/X11/xorg.conf.d/30-scroll.conf
when: libinput.middle_click_scroll is defined
tags:
- libinput
- name: Remap mouse buttons
template: src=30-button_mapping.conf dest=/etc/X11/xorg.conf.d/30-button_mapping.conf
when: libinput.button_mapping is defined
tags:
- libinput
- include: sxhkd.yml
- include: unclutter.yml