Reworked config, added module autoloader
This commit is contained in:
@ -7,8 +7,7 @@ local function capture(source, target)
|
||||
end
|
||||
|
||||
local function flameshot()
|
||||
--awful.spawn("flameshot gui -p \"" .. conf.screenshot_dir .. "\"", false)
|
||||
awful.spawn("flameshot gui", false)
|
||||
awful.spawn("flameshot gui -p \"" .. config.screenshot.save_dir .. "\"", false)
|
||||
end
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user