aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh1
-rw-r--r--termux.properties1
2 files changed, 2 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 65bd05f..f53fff2 100755
--- a/install.sh
+++ b/install.sh
@@ -11,6 +11,7 @@ CONFIGS=( ["sway"]=".config"
["twmn"]=".config"
["picom"]=".config"
["i3"]=".config"
+ ["termux.properties"]=".termux"
[".vim"]="."
[".xinitrc"]="."
[".bashrc"]="."
diff --git a/termux.properties b/termux.properties
new file mode 100644
index 0000000..5597868
--- /dev/null
+++ b/termux.properties
@@ -0,0 +1 @@
+extra-keys = [['ESC', 'TAB', 'CTRL', 'ALT', '-', 'UP', 'DOWN'], ['~', 'PGUP', 'PGDN', '|', ':', 'LEFT', 'RIGHT']] \ No newline at end of file