From: Amin Bandali Date: Mon, 18 Oct 2021 16:08:19 +0000 (-0400) Subject: x: add xterm config X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/595b6b79109aee58e4c8ebea963adab9401b4ed3 x: add xterm config for now mainly to set metaSendsEscape to true --- diff --git a/.Xresources b/.Xresources index 5b878f1..4ada958 100644 --- a/.Xresources +++ b/.Xresources @@ -1,3 +1,4 @@ #include ".Xresources.d/fonts" #include ".Xresources.d/emacs" #include ".Xresources.d/rxvt-unicode" +#include ".Xresources.d/xterm" 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