aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.dot/awesome.link/keys.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua
index 2bddaf0..d3a81ae 100644
--- a/config.dot/awesome.link/keys.lua
+++ b/config.dot/awesome.link/keys.lua
@@ -4,6 +4,7 @@ globalkeys = awful.util.table.join(root.keys(),
awful.key({ modkey, }, "b", function () awful.util.spawn("firefox-profile default") end),
awful.key({ modkey, }, "c", function () awful.util.spawn("terminal xcalendar") end),
awful.key({ modkey, }, "d", function () awful.util.spawn("terminal shell local media") end),
+ awful.key({ modkey, }, "e", function () awful.util.spawn("scrot '%Y-%m-%d-%H:%M:%S_$wx$h.png' -e 'mv $f ~/load/'") end),
awful.key({ modkey, }, "g", function () awful.util.spawn("gimp") end),
awful.key({ modkey, }, "h", function () awful.util.spawn("terminal chat") end),
awful.key({ modkey, }, "i", function () awful.util.spawn("geeqie") end),