diff --git a/example/config.lua b/example/config.lua index f33918f..533ed1f 100644 --- a/example/config.lua +++ b/example/config.lua @@ -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' }), }) --]]