Merge branch 'master' of ssh://git.betalupi.com:33/Mark/awesomewm

This commit is contained in:
2023-10-10 11:29:02 -07:00

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