Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
add shortcut for flameshot
Browse files Browse the repository at this point in the history
  • Loading branch information
RMTT committed Sep 28, 2020
1 parent 7c021b6 commit d3c8e41
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion example/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,12 @@ awful.keyboard.append_global_keybindings({
function()
awesome.emit_signal("dropdown::toggle")
end,
{ description = "toggle dropdown terminal", group = 'launcher' })
{ description = "toggle dropdown terminal", group = 'launcher' }),
awful.key({ modkey, "Shift" }, "f",
function()
awful.spawn("flameshot gui")
end,
{ description = "screen capture", group = 'launcher' }),
})
--]]

Expand Down

0 comments on commit d3c8e41

Please sign in to comment.