Fix gnome screenshot
This commit is contained in:
parent
18516b7042
commit
e128d31d3d
2
rc.lua
2
rc.lua
|
@ -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 ()
|
||||
|
|
Loading…
Reference in New Issue