2022-07-16 16:20:58 -07:00
|
|
|
local launcher = {}
|
|
|
|
|
2022-07-16 17:41:00 -07:00
|
|
|
local conf = conf_dir .. "modules/launcher/launcher.rasi"
|
2022-07-16 16:20:58 -07:00
|
|
|
|
|
|
|
launcher.launcher = function()
|
|
|
|
awful.spawn("rofi -show drun -theme \"" .. conf .. "\"")
|
|
|
|
end
|
|
|
|
|
|
|
|
return launcher
|