Set black background in X
This commit is contained in:
parent
ce9038512c
commit
6ddc952e50
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user