diff options
author | Amin Bandali <bandali@gnu.org> | 2021-10-18 21:19:43 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2021-10-18 21:19:43 -0400 |
commit | 7f3c4cc3d29cc92955caad756d237669c4d57d75 (patch) | |
tree | 4d6ea89db2f485fbe78740e9eb1127d41e4abb06 /.Xresources.d/xterm | |
parent | 08b0fb0ad623f5bb73299beb12a5d85e47be07ac (diff) | |
download | configs-7f3c4cc3d29cc92955caad756d237669c4d57d75.tar.gz configs-7f3c4cc3d29cc92955caad756d237669c4d57d75.tar.xz configs-7f3c4cc3d29cc92955caad756d237669c4d57d75.zip |
xterm: specify the configs more generally so that it would work for floating variant as well
Diffstat (limited to '')
-rw-r--r-- | .Xresources.d/xterm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.Xresources.d/xterm b/.Xresources.d/xterm index 395d936..f8553b2 100644 --- a/.Xresources.d/xterm +++ b/.Xresources.d/xterm @@ -1,6 +1,6 @@ *customization: -color -xterm*termName: xterm-256color +*termName: xterm-256color -xterm*metaSendsEscape: true -xterm*scrollTtyOutput: false -xterm*saveLines: 100000 +*metaSendsEscape: true +*scrollTtyOutput: false +*saveLines: 100000 |