Missing callback
This commit is contained in:
parent
318e46c77e
commit
1131871d77
|
@ -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 ()
|
||||
|
|
Loading…
Reference in New Issue