From edfed59eac853444e03c4510371b3a313e7cf120 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Fri, 5 Feb 2016 16:39:19 +0100 Subject: [PATCH] just an awesome mail client alias for awesome --- .config/awesome/rc.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 0205cd4d..ae7b51d6 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -410,6 +410,7 @@ globalkeys = awful.util.table.join( awful.key({ modkey }, ",", function() awful.util.spawn("/usr/bin/wmgo") end), awful.key({ modkey }, "v", function() awful.util.spawn("/usr/bin/chromium") end), awful.key({ modkey }, "b", function() awful.util.spawn("/usr/bin/firefox") end), + awful.key({ modkey }, "m", function() awful.util.spawn("/usr/bin/claws-mail") end), awful.key({ modkey }, "c", function() awful.util.spawn(editor_cmd .. " " .. awesome.conffile) end), awful.key({ modkey }, "z", function()