Merge branch 'master' of gitea.tforgione.fr:tforgione/awesome

This commit is contained in:
Thomas Forgione 2022-05-06 14:06:48 +02:00
commit b6aa9b865d
1 changed files with 1 additions and 1 deletions

2
rc.lua
View File

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