mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
add srandrd for automagic monitor detection
This commit is contained in:
parent
a1dc81be40
commit
62b51aca09
2 changed files with 17 additions and 0 deletions
|
|
@ -20,4 +20,5 @@
|
|||
- include: unclutter.yml
|
||||
- include: volwheel.yml
|
||||
- include: autorandr.yml
|
||||
- include: srandrd.yml
|
||||
- include: termite.yml
|
||||
|
|
|
|||
16
roles/x/tasks/srandrd.yml
Normal file
16
roles/x/tasks/srandrd.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
- name: Download srandrd
|
||||
command: cower -dq srandrd
|
||||
chdir=/home/{{ user.name }}/{{ aur.dir }}
|
||||
creates=/home/{{ user.name }}/{{ aur.dir }}/srandrd
|
||||
tags:
|
||||
- aur
|
||||
become: yes
|
||||
become_user: "{{ user.name }}"
|
||||
|
||||
- name: Build and install srandrd
|
||||
command: "{{ aur.makepkg }} chdir=/home/{{ user.name }}/{{ aur.dir }}/srandrd"
|
||||
tags:
|
||||
- aur
|
||||
become: yes
|
||||
become_user: "{{ user.name }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue