Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Add Tym terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
PassiveLemon committed Dec 3, 2024
1 parent 19ccfc0 commit 3b493c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion widget/app_launcher/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3b493c5

Please sign in to comment.