Dont show pointer on fullscreen screenshot
This commit is contained in:
parent
9a69e038e3
commit
2ce41d0485
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 -fp "`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 .. '"/Pictures/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