From af57be986afb868036c337817ab19a20c068b23a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 31 Mar 2014 10:41:51 -0300 Subject: Use default keyringer --- config.dot/awesome.link/keys.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.dot/awesome.link') diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua index 36c1a36..4764306 100644 --- a/config.dot/awesome.link/keys.lua +++ b/config.dot/awesome.link/keys.lua @@ -13,7 +13,7 @@ globalkeys = awful.util.table.join(root.keys(), awful.key({ modkey, "Control" }, "n", function () awful.util.spawn("firefox-profile normal") end), awful.key({ modkey, "Control" }, "t", function () awful.util.spawn("thunar") end), awful.key({ modkey, "Control" }, "w", function () awful.util.spawn("terminal xwyrd") end), - awful.key({ modkey, "Control" }, "p", function () awful.util.spawn("terminal keyringer pessoal") end), + awful.key({ modkey, "Control" }, "p", function () awful.util.spawn("terminal keyringer default") end), --awful.key({ modkey, "Control" }, "b", function () awful.util.spawn("terminal irssi") end), -- Xlock -- cgit v1.2.3