main
1# Termux properties for Boox e-ink tablet
2
3# Extra keys row — useful on e-ink where virtual keyboard is clunky
4extra-keys = [['ESC','/','-','HOME','UP','END','PGUP'],['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN']]
5
6# Bell — vibrate only (no sound on e-ink)
7bell-character = vibrate
8
9# Terminal
10terminal-margin-horizontal = 3
11terminal-margin-vertical = 3
12
13# Keyboard
14enforce-char-based-input = true
15
16# Handle links
17terminal-onclick-url-open = true
18
19# Session — don't kill on close
20allow-external-apps = true
21
22# Fullscreen — better for e-ink screen real estate
23fullscreen = true
24
25# Back key behavior
26back-key = escape