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/files/xterm | |
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/files/xterm')
-rw-r--r-- | roles/icewm/files/xterm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/roles/icewm/files/xterm b/roles/icewm/files/xterm new file mode 100644 index 0000000..5678dd8 --- /dev/null +++ b/roles/icewm/files/xterm @@ -0,0 +1,17 @@ +xterm*faceName: DejaVu Sans Mono +xterm*faceSize: 10 +xterm*renderFont: true +xterm*antialias: true + +xterm*background: #1E2025 +xterm*foreground: #E0E2E5 +xterm*cursorColor: #FFFFFF + +xterm*scrollBar: false +xterm*rightScrollBar: false +xterm*saveLines: 1000 +xterm*visualBell: true + +xterm*VT100.translations: #override \ + Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\ + Ctrl Shift <Key>V: insert-selection(CLIPBOARD) |