fix launcher app id

This commit is contained in:
2026-01-01 22:48:25 -08:00
parent 338df513e4
commit 7c2e2b6869

View File

@@ -3,7 +3,7 @@ local windows = loadfile("/libs/windows.lua")()
local containers = loadfile("/libs/containers.lua")() local containers = loadfile("/libs/containers.lua")()
local focusedapp = nil local focusedapp = nil
local home_button = "[------]" local home_button = "[------]"
local launcherappid = "com.ruffles.launcher" local launcherappid = "org.ruffles.launcher"
local launcherapp = nil local launcherapp = nil
_G.app = {} _G.app = {}
function _G.app.focusapp(pid) function _G.app.focusapp(pid)