1
0
mirror of https://github.com/kepler155c/opus synced 2025-12-16 21:28:29 +00:00

remove preferred apps/alternates - same can be accomplished using aliases

This commit is contained in:
kepler155c@gmail.com
2020-06-15 19:54:42 -06:00
parent 156b604a58
commit 42bd4b2b69
8 changed files with 64 additions and 151 deletions

View File

@@ -1,5 +1,3 @@
local Alt = require('opus.alternate')
local kernel = _G.kernel
local os = _G.os
local shell = _ENV.shell
@@ -20,7 +18,7 @@ kernel.hook('kernel_focus', function(_, eventData)
end
end
if nextTab == launcherTab then
shell.switchTab(shell.openTab(Alt.get('shell')))
shell.switchTab(shell.openTab('shell'))
else
shell.switchTab(nextTab.uid)
end