awesome: add a keybinding to run flameshot

This commit is contained in:
Oliver Davies 2024-06-27 18:11:33 +01:00
parent 928e5c6938
commit 56ccef5c7b

View file

@ -354,6 +354,10 @@ globalkeys = gears.table.join(
awful.spawn "thunar"
end, { description = "run browser", group = "launcher" }),
awful.key({ modkey, "Shift" }, "s", function()
awful.spawn "flameshot gui"
end, { description = "run flameshot", group = "launcher" }),
awful.key({ modkey, "Shift" }, "y", function()
awful.spawn "copyq toggle"
end, { description = "run copyq", group = "launcher" }),