Other option for screenshot
This commit is contained in:
parent
e003156c60
commit
9a69e038e3
4
rc.lua
4
rc.lua
|
@ -473,6 +473,10 @@ globalkeys = awful.util.table.join(
|
|||
awful.spawn.easy_async_with_shell('flameshot gui -d 1000', function() end)
|
||||
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)
|
||||
end, {description = "capture the screen", group="Fn Keys"}),
|
||||
|
||||
awful.key({modkey}, "a", function ()
|
||||
awful.spawn.easy_async(options.browser, function() end)
|
||||
naughty.notify({title = "Starting " .. options.browser})
|
||||
|
|
Loading…
Reference in New Issue