From: Samir Benmendil Date: Sat, 22 Jun 2013 00:55:57 +0000 (+0200) Subject: add F13 foc ksnapshot X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/8d05a2fd18c9a9463b5acad7f6eac69d70d0e547?ds=inline add F13 foc ksnapshot --- diff --git a/awesome/bindings.lua b/awesome/bindings.lua index bede8e7..5e6d7f3 100644 --- a/awesome/bindings.lua +++ b/awesome/bindings.lua @@ -77,6 +77,8 @@ globalkeys = awful.util.table.join( -- {{{ My Keys awful.key({ }, "F19", function () myshutdownmenu:show() end), awful.key({ modkey }, "F1", function () myshutdownmenu:show() end), + -- Ksnapshot + awful.key({ }, "F13", function () awful.util.spawn("ksnapshot") end), -- Layout manipulation awful.key({ modkey, }, "#94", function () awful.screen.focus_relative( 1) end), -- that's the key left of 1 awful.key({ modkey, "Control" }, "Left", function () awful.screen.focus_relative( 1) end),