From 22bc1e1879da0d99e5e1d79b10742b8cc9fd0521 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 30 May 2024 12:47:11 -0500 Subject: Initial commit --- xresources | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 xresources (limited to 'xresources') diff --git a/xresources b/xresources new file mode 100644 index 0000000..8213fad --- /dev/null +++ b/xresources @@ -0,0 +1,48 @@ +!!! ~/.Xresources -*- conf-xdefaults -*- + +!!! XTerm + +! Many of these settings are pulled from +! https://aduros.com/blog/xterm-its-better-than-you-thought/ + +!! Sensible defaults +*.vt100.locale: false +*.vt100.utf8: true +*.vt100.scrollTtyOutput: false +*.vt100.scrollKey: true +*.vt100.bellIsUrgent: true +*.vt100.metaSendsEscape: true + +!! Styling +*.vt100.faceName: Recursive Mono Casual Static +*.vt100.boldMode: false +*.vt100.faceSize: 11 +*.vt100.internalBorder: 2 +*.borderWidth: 0 + +!! Keybinds +!XTerm.vt100.printerCommand: select-url +!XTerm.vt100.printAttributes: 0 +! 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) \n\ + Ctrl Shift H: set-altscreen(toggle) + +! Security +*allowFontOps: false + +!!! Fonts + +Xft.antialias: 1 +Xft.rgba: rgb +Xft.autohint: 0 +Xft.hinting: 1 +Xft.hintstyle: hintslight + +!!! Xclock +!XClock*width: 60 +!XClock*height: 60 +XClock*x: 0 +XClock*y: 0 \ No newline at end of file -- cgit 1.4.1-21-gabe81