aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2019-03-25 21:50:36 -0300
committerSilvio Rhatto <rhatto@riseup.net>2019-03-25 21:50:36 -0300
commit2bbef6807abd0299a49971e9bcf498a9bb9ebfdc (patch)
tree221f1f8ff22372210075aa8f9731ac01abe12535
parent589ec67ccdcecbcd5694dae616722a1e2fb4c222 (diff)
downloadawesome-2bbef6807abd0299a49971e9bcf498a9bb9ebfdc.tar.gz
awesome-2bbef6807abd0299a49971e9bcf498a9bb9ebfdc.tar.bz2
Keybinding for ssh-agent-loadkey
-rw-r--r--config.dot/awesome.link/keys.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua
index ddb54e5..0778e91 100644
--- a/config.dot/awesome.link/keys.lua
+++ b/config.dot/awesome.link/keys.lua
@@ -18,6 +18,7 @@ globalkeys = awful.util.table.join(root.keys(),
awful.key({ modkey, }, "p", function () awful.spawn("terminal keyringer default sclip") end, {description = "keyringer", group = "client"}),
awful.key({ modkey, }, "s", function () awful.spawn("spoolpaste") end, {description = "spoolpaste", group = "client"}),
--awful.key({ modkey, }, "s", function () awful.spawn("xsuspend") end, {description = "suspend", group = "client"}),
+ awful.key({ modkey, }, "t", function () awful.spawn("terminal ssh-agent-loadkey") end, {description = "ssh-agent-loadkey", group = "client"}),
awful.key({ modkey, }, "u", function () awful.spawn("qrpaste") end, {description = "qrpaste", group = "client"}),
awful.key({ modkey, }, "v", function () awful.spawn("terminal vim") end, {description = "editor", group = "client"}),
awful.key({ modkey, }, "x", function () awful.spawn("terminal wicd-curses") end, {description = "network", group = "client"}),
@@ -25,8 +26,6 @@ globalkeys = awful.util.table.join(root.keys(),
awful.key({ modkey, }, "z", function () awful.spawn("terminal shell root") end, {description = "root", group = "client"}),
-- Unused
- --awful.key({ modkey, }, "b", function () awful.spawn("command") end, {description = "", group = "client"}),
- --awful.key({ modkey, }, "n", function () awful.spawn("command") end, {description = "", group = "client"}),
--awful.key({ modkey, }, "t", function () awful.spawn("command") end, {description = "", group = "client"}),
-- Xlock