Path change

master
mark 2023-10-10 11:14:56 -07:00
parent 9e2d872968
commit de13fa6bcb
1 changed files with 1 additions and 1 deletions

View File

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