From 3b9f032bf1d7731d3a0ee2979ecb8b3edeed65d9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 30 Jul 2015 21:34:17 -0300 Subject: Rollback keyringer key combo --- 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 cd91833..bb9711f 100644 --- a/config.dot/awesome.link/keys.lua +++ b/config.dot/awesome.link/keys.lua @@ -11,7 +11,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 xclip") end), + awful.key({ modkey, }, "p", function () awful.util.spawn("terminal keyringer default") 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, }, "u", function () awful.util.spawn("luakit") end), -- cgit v1.2.3