mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
tag libinput tasks
This commit is contained in:
parent
2f44f28fb7
commit
aa0431badc
2 changed files with 6 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
|||
|
||||
- name: Copy touchpad configuration file
|
||||
copy: src=30-touchpad.conf dest=/etc/X11/xorg.conf.d/30-touchpad.conf
|
||||
tags:
|
||||
- libinput
|
||||
|
||||
- name: Copy logind configuration file
|
||||
copy: src=logind.conf dest=/etc/systemd/logind.conf
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue