summary refs log tree commit diff stats
path: root/user/xresources
diff options
context:
space:
mode:
authorAlan Pearce2023-04-19 15:54:42 +0200
committerAlan Pearce2023-04-19 15:57:43 +0200
commit395b587780dea4eaff4a571187daaa52729eaadc (patch)
tree8705891224a81b0361337660c311b77c6a9b096c /user/xresources
parent05b74c90789261dad95f5fc860972d94920d4e6e (diff)
downloadnixfiles-395b587780dea4eaff4a571187daaa52729eaadc.tar.lz
nixfiles-395b587780dea4eaff4a571187daaa52729eaadc.tar.zst
nixfiles-395b587780dea4eaff4a571187daaa52729eaadc.zip
xresources: update xterm settings
Diffstat (limited to 'user/xresources')
-rw-r--r--user/xresources/main38
1 files changed, 16 insertions, 22 deletions
diff --git a/user/xresources/main b/user/xresources/main
index 3b803fbe..69795444 100644
--- a/user/xresources/main
+++ b/user/xresources/main
@@ -19,25 +19,19 @@ st.chscale:               1.2
 st.bold_font:             0
 st.mouseScrollLines:      3
 
-xterm*backarrowKeyIsErase: true
-xterm*ptyInitialErase:     true
-xterm*metaSendsEscape:     true
-xterm*altSendsEscape:      true
-xterm*eightBitInput:       false
-xterm*eightBitMeta:        false
-xterm*decTerminalId:       vt340
-xterm*numColorRegisters:   256
-xterm*termName:            xterm-256color
-xterm.utf8:                true
-
-xterm*charClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48
-xterm*on3Clicks: regex ([[:alpha:]]+://)?([[:alnum:]!#+,./=?@_~-]|(%[[:xdigit:]][[:xdigit:]]))+
-
-! start with TrueType fonts disabled
-xterm*VT100.RenderFont: false
-xterm*VT100.Translations: #override \
-                 Ctrl Shift <Key>V:    insert-selection(CLIPBOARD) \n\
-                 Ctrl Shift <Key>C:    copy-selection(CLIPBOARD) \n\
-                 Alt  Shift <Key>V:    insert-selection(CLIPBOARD) \n\
-                 Alt  Shift <Key>C:    copy-selection(CLIPBOARD) \n\
-                 Shift <Btn1Up>:       exec-formatted("$BROWSER '%t'", PRIMARY)
+XTerm.VT100.backarrowKey:  false
+! XTerm.TtyModes:            erase ^?
+XTerm.PtyInitialErase:     true
+XTerm.DecTerminalID:       vt340
+XTerm.NumColorRegisters:   256
+XTerm.TermName:            xterm-256color
+XTerm.Utf8:                false
+XTerm.EightBitInput:       true
+XTerm.EightBitMeta:        false
+XTerm.MetaSendsEscape:     false
+
+XTerm.CharClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48
+XTerm.On3Clicks: regex ([[:alpha:]]+://)?([[:alnum:]!#+,./=?@_~-]|(%[[:xdigit:]][[:xdigit:]]))+
+
+! start with TrueType fonts enabled
+XTerm.VT100.RenderFont: true