Upgrade mailspring
This commit is contained in:
parent
9f42abfe4d
commit
91524c4699
2
rc.lua
2
rc.lua
|
@ -580,7 +580,7 @@ globalkeys = awful.util.table.join(
|
|||
end, {description="Automatically enters the key to type your secondary email", group="shortcuts"}),
|
||||
|
||||
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"}),
|
||||
|
||||
awful.key({modkey}, "e", function()
|
||||
|
|
Loading…
Reference in New Issue