]> git.rmz.io Git - dotfiles.git/commitdiff
add F13 foc ksnapshot
authorSamir Benmendil <samir.benmendil@gmail.com>
Sat, 22 Jun 2013 00:55:57 +0000 (02:55 +0200)
committerSamir Benmendil <samir.benmendil@gmail.com>
Sat, 22 Jun 2013 00:55:57 +0000 (02:55 +0200)
awesome/bindings.lua

index bede8e7bc3408f965831e2bda8f7f0e5a597f80f..5e6d7f341d466d7360b5c7de4fab6cf4e36cde7a 100644 (file)
@@ -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),
     -- {{{ 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),
     -- 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),