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,7 +1,7 @@
local backlight = {}
-- The space at the end is important!
local script = configuration_dir .. "modules/backlight/backlight.fish"
local script = conf_dir .. "modules/backlight/backlight.fish"
script = script .. " "
backlight.hooks = {}