From c4a9c4d17afe6074397a8524ae46919f6127f716 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 26 Jul 2015 23:56:50 -0300 Subject: Change keyringer invocation --- 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 bb9711f..cd91833 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") end), + awful.key({ modkey, }, "p", function () awful.util.spawn("terminal keyringer default xclip") 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