aboutsummaryrefslogtreecommitdiff
path: root/roles/icewm/files/xterm
diff options
context:
space:
mode:
Diffstat (limited to 'roles/icewm/files/xterm')
-rw-r--r--roles/icewm/files/xterm17
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)