From 481ad3265844b4b3293c5cab5c54688e4787fce1 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Mon, 13 Jun 2022 12:56:12 +0200 Subject: [PATCH] Avoid : in file names --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua b/rc.lua index 69e29c7..8445fa7 100644 --- a/rc.lua +++ b/rc.lua @@ -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 ()