From e128d31d3d258df73f9318ddbb6ba61f668edf34 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Thu, 5 May 2022 16:18:14 +0200 Subject: [PATCH] Fix gnome screenshot --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua b/rc.lua index 72f8572..c69d646 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 .. '"/Pictures/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 ()