diff options
| author | czjstmax <jstmaxlol@disroot.org> | 2026-01-30 17:20:37 +0100 |
|---|---|---|
| committer | czjstmax <jstmaxlol@disroot.org> | 2026-01-30 17:20:37 +0100 |
| commit | d30b31f14424ef3283315e340c389c808e5a0a5f (patch) | |
| tree | 59bf67b905b86b0810b03e91d0caf197b08159a3 | |
| parent | f776eb1cf7ce6f71b6e46b6a05a397875b4d746f (diff) | |
added copy to clipboard
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
| -rw-r--r-- | cfg/.Xresources | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cfg/.Xresources b/cfg/.Xresources index 8b4cf12..fcde52d 100644 --- a/cfg/.Xresources +++ b/cfg/.Xresources @@ -5,14 +5,13 @@ XTerm*renderFont: true XTerm*faceName: Iosevka XTerm*faceSize: 12 - XTerm*antialias: true XTerm*hinting: true - XTerm*utf8: true XTerm*utf8Fonts: true XTerm*internalBorder: 32 +XTerm*selectToClipboard: true XTerm*background: #0f0f0f XTerm*foreground: #d0d0d0 |