-- Ksnapshot
awful.key({ }, "F13", function () awful.util.spawn("ksnapshot") end),
awful.key({ }, "Print", function () awful.util.spawn("ksnapshot") end),
+ -- ranger
+ awful.key({ modkey }, "r", function () awful.util.spawn(terminal .. " -e ranger") end),
-- Layout manipulation
awful.key({ modkey, }, "Escape", awful.tag.history.restore),
awful.key({ modkey, }, "#49", function () awful.screen.focus_relative( 1) end), -- that's the key left of 1 (chronos)