summaryrefslogtreecommitdiff
path: root/pkgs/astal/src/launcher.lua
blob: cc16bb924a430bf6e49bd5a570e0b933cc8b28fc (plain)
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,
})