aboutsummaryrefslogtreecommitdiff
path: root/roles/icewm/tasks/main.yaml
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-05-27 16:34:54 +0300
committerheqnx <root@heqnx.com>2025-05-27 16:34:54 +0300
commit07a40a6560a57439ed68716f351ad41b9502794b (patch)
tree13eb7693403f87b30182fcb31259ff6a3ab55b5a /roles/icewm/tasks/main.yaml
parent610623f4c075d4428b8b98084476ffdc89d0785c (diff)
downloadansible-playbooks-07a40a6560a57439ed68716f351ad41b9502794b.tar.gz
ansible-playbooks-07a40a6560a57439ed68716f351ad41b9502794b.zip
added Xresources for xterm, changed bg color
Diffstat (limited to 'roles/icewm/tasks/main.yaml')
-rw-r--r--roles/icewm/tasks/main.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/icewm/tasks/main.yaml b/roles/icewm/tasks/main.yaml
index db30cd7..1d273e1 100644
--- a/roles/icewm/tasks/main.yaml
+++ b/roles/icewm/tasks/main.yaml
@@ -4,6 +4,7 @@
- icewm
- fonts-dejavu
- xterm
+ - xclip
state: present
update_cache: true
@@ -14,3 +15,11 @@
owner: root
group: root
mode: '0644'
+
+- name: copy system-wide xterm configuration to /etc/x11/Xresources
+ copy:
+ src: xterm
+ dest: /etc/X11/Xresources
+ owner: root
+ group: root
+ mode: '0644'