Awesome: Bind Eshell to modkey+Return

master
Pierre Neidhardt 2017-06-16 19:11:31 +01:00
parent 5040198d96
commit 738c1c8e45
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ globalkeys = awful.util.table.join(
{description = "toggle maximize", group = "screen"}),
-- Standard program
awful.key({ modkey, }, "Return", function () awful.spawn(terminal) end,
awful.key({ modkey, }, "Return", function () awful.spawn("emacsclient -a '' -n -c -e '(eshell t)'") end,
{description = "open a terminal", group = "launcher"}),
awful.key({ modkey, "Control" }, "r", awesome.restart,
{description = "reload awesome", group = "awesome"}),