From 1d562af8927d932bc3329de3b06c94a966047238 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 30 Jan 2023 17:33:06 -0600 Subject: Add a bunch of stuff Forgot I had to `git add -f' these! --- xorg/xterm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 xorg/xterm (limited to 'xorg/xterm') diff --git a/xorg/xterm b/xorg/xterm new file mode 100644 index 0000000..5597d71 --- /dev/null +++ b/xorg/xterm @@ -0,0 +1,29 @@ +!!! Xterm -*- conf-xdefaults -*- + +! Many of these settings are pulled from +! https://aduros.com/blog/xterm-its-better-than-you-thought/ + +!! Sensible defaults +XTerm.vt100.locale: false +XTerm.vt100.utf8: true +XTerm.vt100.scrollTtyOutput: false +XTerm.vt100.scrollKey: true +XTerm.vt100.bellIsUrgent: true +XTerm.vt100.metaSendsEscape: true + +!! Styling +XTerm.vt100.faceName: DejaVu Sans Mono +XTerm.vt100.boldMode: false +XTerm.vt100.faceSize: 11 +XTerm.vt100.internalBorder: 2 +XTerm.borderWidth: 0 + +!! Keybinds +! C-S-c: copy to clipboard +! C-S-v: paste from clipboard +XTerm.vt100.translations: #override \n\ + Ctrl Shift C: copy-selection(CLIPBOARD) \n\ + Ctrl Shift V: insert-selection(CLIPBOARD) + +! Security +XTerm*allowFontOps: false -- cgit 1.4.1-21-gabe81