Add Tym terminal

This commit is contained in:
PassiveLemon 2024-12-02 22:43:59 -05:00
parent 19ccfc0daf
commit 3b493c54a0
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ local terminal_commands_lookup =
alacritty = "alacritty -e",
termite = "termite -e",
rxvt = "rxvt -e",
terminator = "terminator -e"
terminator = "terminator -e",
tym = "tym --"
}
local function string_levenshtein(str1, str2)