diff options
| author | Ryan Kavanagh <rak@rak.ac> | 2022-05-31 11:57:58 -0400 |
|---|---|---|
| committer | Ryan Kavanagh <rak@rak.ac> | 2022-11-26 17:43:24 -0500 |
| commit | 349fcc6d4a3d4bc1feb4d0edf64013b2bf7f8c3e (patch) | |
| tree | c3ca1bf6fec4a3268e243f7d01ec3d91471d4e4c | |
| parent | update openbsd packages (diff) | |
keep mouse actions enabled in xterm
| -rw-r--r-- | dot_Xresources.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_Xresources.tmpl b/dot_Xresources.tmpl index 2665d65..98d59ca 100644 --- a/dot_Xresources.tmpl +++ b/dot_Xresources.tmpl @@ -37,6 +37,7 @@ XLock*logoutButton: -1 Xpdf*fileFilterStyle: filter_hidden_files +XTerm*allowMouseOps: true XTerm*metaSendsEscape: true XTerm.VT100.translations: #override \ Ctrl <Key> Down: smaller-vt-font() \n\ |
