bash: cleanup

This commit is contained in:
Konstantin Bukley
2022-04-19 14:42:00 +03:00
parent 43ceb61197
commit 126445d2bd
3 changed files with 16 additions and 41 deletions

View File

@@ -7,7 +7,8 @@ hyperModeAppMappings = {
{ 'f', 'Finder' }, -- "F" for "Finder"
{ 'm', 'Spark' }, -- "M" for "Mail"
{ 'y', 'Spotify' }, -- "Y" for "SpotifY"
{ 'b', 'Brave Browser' } -- "B" for "Brave" or "Browser"
{ 'b', 'Brave Browser' }, -- "B" for "Brave" or "Browser"
{ 'o', 'Obsidian' } -- "O" for "Obsidian"
}
for i, mapping in ipairs(hyperModeAppMappings) do