diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-07-28 01:40:18 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-07-28 01:40:18 +0200 |
commit | 73bac9700939f9b9a05d195b30a834006ac95224 (patch) | |
tree | a0462b07fdbb576bab6468a2d67922dafb27b0c6 | |
parent | 70ab4732ca3c882ed3aab6d31dc6d9af7d27b309 (diff) | |
download | dotfiles-73bac9700939f9b9a05d195b30a834006ac95224.tar.gz |
Add: Termux
-rwxr-xr-x | install.sh | 1 | ||||
-rw-r--r-- | termux.properties | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 |