Missing callback

This commit is contained in:
Thomas Forgione 2017-10-25 10:52:20 +02:00
parent 318e46c77e
commit 1131871d77
No known key found for this signature in database
GPG Key ID: C75CD416BD1FFCE1
1 changed files with 1 additions and 1 deletions

View File

@ -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 ()