aboutsummaryrefslogtreecommitdiffstats
path: root/cwm/.Xresources
diff options
context:
space:
mode:
Diffstat (limited to 'cwm/.Xresources')
-rw-r--r--cwm/.Xresources22
1 files changed, 22 insertions, 0 deletions
diff --git a/cwm/.Xresources b/cwm/.Xresources
new file mode 100644
index 0000000..84ce827
--- /dev/null
+++ b/cwm/.Xresources
@@ -0,0 +1,22 @@
1Xft.dpi: 120
2
3xterm.termName: xterm-256color
4
5! Without this .kshrc/.profile are not executed
6xterm*loginShell: true
7
8xterm*locale: false
9xterm*utf8: true
10xterm*metaSendsEscape: true
11
12xterm*scrollBar: false
13
14xterm*allowMouseOps: true
15
16xterm*faceName: xft:monospace:pixelsize=16
17xterm*foreground: white
18xterm*background: black
19
20xterm*translations: #override \
21 Shift Ctrl <Key> C: copy-selection(CLIPBOARD) \n\
22 Shift Ctrl <Key> V: insert-selection(CLIPBOARD)