diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..e32bbf6 --- /dev/null +++ b/.Xresources @@ -0,0 +1,7 @@ +XTerm*background: black +XTerm*foreground: white + + +XTerm.vt100.translations: #override \n\ + Ctrl Shift C: copy-selection(CLIPBOARD) \n\ + Ctrl Shift V: insert-selection(CLIPBOARD)