Misc cleanup

This commit is contained in:
2022-07-16 17:41:00 -07:00
parent 7d1a0b6155
commit ea62dabfc1
21 changed files with 143 additions and 175 deletions

View File

@ -1,6 +1,6 @@
local launcher = {}
local conf = configuration_dir .. "modules/launcher/launcher.rasi"
local conf = conf_dir .. "modules/launcher/launcher.rasi"
launcher.launcher = function()
awful.spawn("rofi -show drun -theme \"" .. conf .. "\"")