Updated AwesomeWM config

This commit is contained in:
VincentKnightTesting 2022-04-18 14:42:00 -05:00
parent 5ea81e6db1
commit e1038ee982

View file

@ -183,8 +183,8 @@ awful.keyboard.append_global_keybindings({
end,
{description = "take a full screenshot", group = "hotkeys"}),
awful.key({alt}, "Print", function()
awful.spawn.with_shell("screensht area")
awful.key({alt, shift}, "s", function()
awful.spawn.with_shell("wackysnap area")
end,
{description = "take a area screenshot", group = "hotkeys"}),