1 2 3 4 5 6 7 8 9 10
local App = require("astal.gtk3.app") App:start({ main = function() error("must start astal-shell first") end, client = function(req) req("launcher") end, })