awesome-launch/shared.lua

8 lines
120 B
Lua
Raw Normal View History

2020-09-16 19:21:01 +02:00
-- This project is licensed under the MIT License (see LICENSE).
2019-09-09 22:09:09 +02:00
local shared = {}
shared.pending = {}
return shared