aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-11-11 12:26:46 -0200
committerSilvio Rhatto <rhatto@riseup.net>2014-11-11 12:26:46 -0200
commit4809663ce7402cdb435861ee09a994b1e4a7ccc2 (patch)
tree28e4e0566553e83cbd61309d093a8da7f1e9aa5a
parentde99b2c23bb88864511cb06ec59e7e41fabc059c (diff)
downloadawesome-4809663ce7402cdb435861ee09a994b1e4a7ccc2.tar.gz
awesome-4809663ce7402cdb435861ee09a994b1e4a7ccc2.tar.bz2
Chromium-browser in incognito mode by default
-rw-r--r--config.dot/awesome.link/keys.lua2
1 files changed, 1 insertions, 1 deletions
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),