diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-01-22 18:33:28 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-01-22 18:33:28 -0200 |
commit | bbc71bb289e09e2aed0cbb1bcb2f18daaaeaf592 (patch) | |
tree | 3e9585e432839940cc757a70349f3200b4e3fd25 | |
parent | b32682cecceb91e71af5840ab61645331504739e (diff) | |
download | awesome-bbc71bb289e09e2aed0cbb1bcb2f18daaaeaf592.tar.gz awesome-bbc71bb289e09e2aed0cbb1bcb2f18daaaeaf592.tar.bz2 |
Screenshot keybinding
-rw-r--r-- | config.dot/awesome.link/keys.lua | 1 |
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), |