Minor cleanup

This commit is contained in:
2022-07-17 09:01:24 -07:00
parent 995c522adb
commit 067b02c69e
2 changed files with 3 additions and 13 deletions

View File

@ -7,7 +7,7 @@ local function capture(source, target)
end
local function flameshot()
awful.spawn("flameshot gui -p \"" .. config.screenshot.save_dir .. "\"", false)
awful.spawn("flameshot gui", false)
end