diff options
author | heqnx <root@heqnx.com> | 2025-05-27 16:34:54 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-05-27 16:34:54 +0300 |
commit | 07a40a6560a57439ed68716f351ad41b9502794b (patch) | |
tree | 13eb7693403f87b30182fcb31259ff6a3ab55b5a /roles/icewm/tasks/main.yaml | |
parent | 610623f4c075d4428b8b98084476ffdc89d0785c (diff) | |
download | ansible-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.yaml | 9 |
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' |