]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/bindings.lua
add F13 foc ksnapshot
[dotfiles.git] / 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),
+    -- 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),