Avoid : in file names

This commit is contained in:
Thomas Forgione 2022-06-13 12:56:12 +02:00
parent ca2a78c8e6
commit 481ad32658
1 changed files with 1 additions and 1 deletions

2
rc.lua
View File

@ -474,7 +474,7 @@ globalkeys = awful.util.table.join(
end, {description = "capture the screen", group="Fn Keys"}),
awful.key({"Ctrl"}, "Print", function ()
awful.spawn.easy_async_with_shell('gnome-screenshot -f "`echo -n ' .. home .. '"/Images/Captures/Capture du " && date "+%Y-%m-%d %H:%M:%S"`.png"', function() end)
awful.spawn.easy_async_with_shell('gnome-screenshot -f "`echo -n ' .. home .. '"/Images/Captures/Capture du " && date "+%Y-%m-%d %H-%M-%S"`.png"', function() end)
end, {description = "capture the screen", group="Fn Keys"}),
awful.key({modkey}, "a", function ()