]> gitweb.fluxo.info Git - rhatto/dotfiles/awesome.git/commitdiff
Screenshot keybinding
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 22 Jan 2017 20:33:28 +0000 (18:33 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 22 Jan 2017 20:33:28 +0000 (18:33 -0200)
config.dot/awesome.link/keys.lua

index 2bddaf079aa139d0b58b15b503617114f1962aac..d3a81aecc2085b5cf73a1a948309b701cd7bffc7 100644 (file)
@@ -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),