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

master
Mark 2023-10-10 11:29:02 -07:00
commit 01e1b307f1
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 1 additions and 1 deletions

View File

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