From 1131871d7797c48a4eb6c6288453e8156382aa94 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Wed, 25 Oct 2017 10:52:20 +0200 Subject: [PATCH] Missing callback --- awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome/rc.lua b/awesome/rc.lua index 7dc266e..f2e4a78 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -433,7 +433,7 @@ globalkeys = awful.util.table.join( end, {description = "skip to the previous music", group="custom"}), awful.key({ }, "Print", function () - awful.spawn.easy_async_with_shell('gnome-screenshot -fp "`echo -n ' .. home .. '"/Pictures/Captures/Capture du " && date "+%Y-%m-%d %H:%M:%S"`.png"') + awful.spawn.easy_async_with_shell('gnome-screenshot -fp "`echo -n ' .. home .. '"/Pictures/Captures/Capture du " && date "+%Y-%m-%d %H:%M:%S"`.png"', function() end) end, {description = "capture the screen", group="custom"}), awful.key({modkey}, "a", function ()