From a4bfda5a45c207d2ecefe7f034619dde134488f8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 23 Oct 2016 18:26:57 -0200 Subject: Keys: use keyringer sclip action --- config.dot/awesome.link/keys.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua index f02cf19..e5ed091 100644 --- a/config.dot/awesome.link/keys.lua +++ b/config.dot/awesome.link/keys.lua @@ -10,7 +10,7 @@ globalkeys = awful.util.table.join(root.keys(), awful.key({ modkey, }, "m", function () awful.util.spawn("terminal xmail") end), awful.key({ modkey, }, "n", function () awful.util.spawn("terminal news") end), awful.key({ modkey, }, "o", function () awful.util.spawn("chromium-browser --incognito") end), - awful.key({ modkey, }, "p", function () awful.util.spawn("terminal keyringer default") end), + awful.key({ modkey, }, "p", function () awful.util.spawn("terminal keyringer default sclip") end), awful.key({ modkey, }, "s", function () awful.util.spawn("xsuspend") end), awful.key({ modkey, }, "t", function () awful.util.spawn("tor-browser") end), awful.key({ modkey, }, "v", function () awful.util.spawn("terminal vim") end), -- cgit v1.2.3