Upgrade mailspring
This commit is contained in:
@@ -580,7 +580,7 @@ globalkeys = awful.util.table.join(
|
|||||||
end, {description="Automatically enters the key to type your secondary email", group="shortcuts"}),
|
end, {description="Automatically enters the key to type your secondary email", group="shortcuts"}),
|
||||||
|
|
||||||
awful.key({modkey}, "q", function()
|
awful.key({modkey}, "q", function()
|
||||||
awful.spawn.easy_async("mailspring", function() end)
|
awful.spawn.easy_async("mailspring --password-store=gnome-libsecret", function() end)
|
||||||
end, {description="Opens mailspring", group="shortcuts"}),
|
end, {description="Opens mailspring", group="shortcuts"}),
|
||||||
|
|
||||||
awful.key({modkey}, "e", function()
|
awful.key({modkey}, "e", function()
|
||||||
|
|||||||
Reference in New Issue
Block a user