diff options
Diffstat (limited to 'config.dot/awesome.link/keys.lua')
-rw-r--r-- | config.dot/awesome.link/keys.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua index 2cc6a8a..58a0026 100644 --- a/config.dot/awesome.link/keys.lua +++ b/config.dot/awesome.link/keys.lua @@ -53,6 +53,7 @@ globalkeys = awful.util.table.join(root.keys(), awful.key({ modkey, }, "i", function () awful.spawn("screenshot -s") end, {description = "region screenshot", group = "client"}), awful.key({ modkey, }, "l", function () awful.spawn("gpick -s -p") end, {description = "gpick", group = "client"}), awful.key({ modkey, }, "m", function () awful.spawn("terminal xmail") end, {description = "mail", group = "client"}), + awful.key({ modkey, }, "n", function () awful.spawn("terminal shell local session") end, {description = "session", group = "client"}), --awful.key({ modkey, }, "n", function () awful.spawn("terminal news") end, {description = "news", group = "client"}), --awful.key({ modkey, }, "o", function () awful.spawn("chromium-browser --incognito") end, {description = "chromium", group = "client"}), awful.key({ modkey, }, "o", function () awful.spawn("terminal-session-chooser") end, {description = "session-chooser", group = "client"}), |