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