diff options
| author | Amin Bandali <bandali@gnu.org> | 2021-10-18 12:08:19 -0400 |
|---|---|---|
| committer | Amin Bandali <bandali@gnu.org> | 2021-10-18 12:08:19 -0400 |
| commit | 595b6b79109aee58e4c8ebea963adab9401b4ed3 (patch) | |
| tree | 4476951fb43757bdccd4b611dd6e4ad250143bc6 /.Xresources.d/xterm | |
| parent | 52b7a57ab5dea7e6f05be7d20f5a8918988f5a6f (diff) | |
| download | configs-595b6b79109aee58e4c8ebea963adab9401b4ed3.tar.gz configs-595b6b79109aee58e4c8ebea963adab9401b4ed3.tar.xz configs-595b6b79109aee58e4c8ebea963adab9401b4ed3.zip | |
x: add xterm config
for now mainly to set metaSendsEscape to true
Diffstat (limited to '')
| -rw-r--r-- | .Xresources.d/xterm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.Xresources.d/xterm b/.Xresources.d/xterm new file mode 100644 index 0000000..081fef2 --- /dev/null +++ b/.Xresources.d/xterm @@ -0,0 +1,4 @@ +*customization: -color +xterm*termName: xterm-256color + +xterm*metaSendsEscape: true |
