Path change

This commit is contained in:
mark 2023-10-10 11:14:56 -07:00
parent 9e2d872968
commit de13fa6bcb

View File

@ -1,6 +1,6 @@
local function screenshot_action(mode) local function screenshot_action(mode)
awful.spawn( awful.spawn(
conf_dir .. "modules/screenshot/screenshot.fish " .. mode, "fish " .. conf_dir .. "modules/screenshot/screenshot.fish " .. mode,
false false
) )
end end