From 73bac9700939f9b9a05d195b30a834006ac95224 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Tue, 28 Jul 2020 01:40:18 +0200 Subject: Add: Termux --- install.sh | 1 + termux.properties | 1 + 2 files changed, 2 insertions(+) create mode 100644 termux.properties 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 -- cgit v1.2.3