switched from claws to thunderbird and cleanups

This commit is contained in:
Johannes Findeisen 2021-02-24 03:15:39 +01:00
commit 46ee4f7f59
No known key found for this signature in database
GPG key ID: 2128DE136929E573
2 changed files with 2 additions and 2 deletions

View file

@ -293,7 +293,7 @@ globalkeys = gears.table.join(
{ description="start firefox", group="awesome" }),
awful.key({ modkey }, "n", function() awful.util.spawn("/usr/bin/thunderbird") end,
{ description="start thunderbird", group="awesome" }),
awful.key({ modkey }, "m", function() awful.util.spawn("/usr/bin/claws-mail") end,
awful.key({ modkey }, "m", function() awful.util.spawn("/usr/bin/birdtray") end,
{ description="start claws-mail", group="awesome" }),
awful.key({ modkey }, "c", function() awful.util.spawn(editor_cmd .. " " .. awesome.conffile) end,
{ description="edit awesome configuration", group="awesome" }),