awesomewm/modules/launcher/util.lua

10 lines
190 B
Lua

local launcher = {}
local conf = conf_dir .. "modules/launcher/launcher.rasi"
launcher.launcher = function()
awful.spawn("rofi -show drun -theme \"" .. conf .. "\"")
end
return launcher