Set black background in X

master
mandlm 2021-02-07 14:16:12 +01:00
parent ce9038512c
commit 6ddc952e50
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 10 additions and 0 deletions

View File

@ -59,3 +59,13 @@
regexp: "^default-cache-ttl "
line: "default-cache-ttl 60480000"
- name: setup xprofile
become_user: "{{ account.name }}"
lineinfile:
path: "/home/{{ account.name }}/.xprofile"
regexp: "^xsetroot "
line: "xsetroot -solid \"#000000\""
mode: 0644
create: yes