Delayed screenshot
This commit is contained in:
2
calendar
2
calendar
Submodule calendar updated: 00860a3e21...a4d00ee77f
6
rc.lua
6
rc.lua
@@ -466,7 +466,11 @@ globalkeys = awful.util.table.join(
|
|||||||
end, {description = "skip to the previous music", group="Fn Keys"}),
|
end, {description = "skip to the previous music", group="Fn Keys"}),
|
||||||
|
|
||||||
awful.key({ }, "Print", function ()
|
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"', function() end)
|
awful.spawn.easy_async_with_shell('flameshot gui', function() end)
|
||||||
|
end, {description = "capture the screen", group="Fn Keys"}),
|
||||||
|
|
||||||
|
awful.key({"Shift"}, "Print", function ()
|
||||||
|
awful.spawn.easy_async_with_shell('flameshot gui -d 1000', function() end)
|
||||||
end, {description = "capture the screen", group="Fn Keys"}),
|
end, {description = "capture the screen", group="Fn Keys"}),
|
||||||
|
|
||||||
awful.key({modkey}, "a", function ()
|
awful.key({modkey}, "a", function ()
|
||||||
|
|||||||
Reference in New Issue
Block a user