From 4809663ce7402cdb435861ee09a994b1e4a7ccc2 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 11 Nov 2014 12:26:46 -0200 Subject: Chromium-browser in incognito mode by default --- 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 d13fb28..5fc894a 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, }, "l", function () awful.util.spawn("xlock") end), awful.key({ modkey, }, "m", function () awful.util.spawn("terminal xmutt") end), awful.key({ modkey, }, "n", function () awful.util.spawn("terminal news") end), - awful.key({ modkey, }, "o", function () awful.util.spawn("chromium-browser") 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, }, "s", function () awful.util.spawn("xsuspend") end), awful.key({ modkey, }, "t", function () awful.util.spawn("tor-browser") end), -- cgit v1.2.3