From: martin f. krafft Date: Fri, 25 Oct 2013 13:50:53 +0000 (+0200) Subject: shortcuts for icedove X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/e9fe70a75a35364db8272672385f6c4d33de75af shortcuts for icedove --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index c558b8d..4ed63a4 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -469,7 +469,7 @@ globalkeys = awful.util.table.join(globalkeys, awful.key({ cmdmodkey }, "m", function () awful.util.spawn(terminal .. " -e mutt -f =store") end), awful.key({ cmdmodkey }, "t", function () awful.util.spawn(terminal) end), awful.key({ cmdmodkey }, "y", function () awful.util.spawn(terminal .. " -e python") end), - awful.key({ cmdmodkey }, "c", function () awful.util.spawn(terminal .. " -e wyrd") end), + awful.key({ cmdmodkey }, "c", function () awful.util.spawn("icedove") end), awful.key({ cmdmodkey }, "r", function () mypromptbox[mouse.screen]:run() end), awful.key({ cmdmodkey }, "g", function () awful.util.spawn("gscan2pdf") end), awful.key({ cmdmodkey }, "o", function () awful.util.spawn("okular") end), @@ -501,6 +501,8 @@ awful.rules.rules = { properties = { floating = false, tag = tags[screen.count()][screen.count() == 1 and 2 or 1], switchtotag = true } }, { rule = { class = "Iceweasel", instance = "Navigator" }, properties = { tag = tags[screen.count() == 3 and 1 or screen.count()][9], switchtotag = false, floating = false } }, + { rule = { class = "Icedove", instance = "Mail" }, + properties = { tag = tags[screen.count() == 3 and 1 or screen.count()][8], switchtotag = false, floating = false } }, -- { rule = { class = "Iceweasel", instance = "Dialog" }, -- properties = { floating = true } }, { rule = { class = "Jpilot", instance = "jpilot" },