aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-07-28 01:40:18 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-07-28 01:40:18 +0200
commit73bac9700939f9b9a05d195b30a834006ac95224 (patch)
treea0462b07fdbb576bab6468a2d67922dafb27b0c6
parent70ab4732ca3c882ed3aab6d31dc6d9af7d27b309 (diff)
downloaddotfiles-73bac9700939f9b9a05d195b30a834006ac95224.tar.gz
Add: Termux
-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