diff --git a/modules/desktop/awesome/rc.lua b/modules/desktop/awesome/rc.lua index 55b08f4..1fa130b 100644 --- a/modules/desktop/awesome/rc.lua +++ b/modules/desktop/awesome/rc.lua @@ -274,6 +274,8 @@ globalkeys = gears.table.join( -- Standard program awful.key({ modkey, }, "Return", function () awful.spawn(terminal .. " -e " .. tmux) end, + {description = "open a terminal with tmux", group = "launcher"}), + awful.key({ modkey, "Shift" }, "Return", function () awful.spawn(terminal) end, {description = "open a terminal", group = "launcher"}), awful.key({ modkey, "Control" }, "r", awesome.restart, {description = "reload awesome", group = "awesome"}),