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

This commit is contained in:
Mark 2023-10-10 11:29:02 -07:00
commit 01e1b307f1
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4

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