aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-07-12 20:30:42 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-07-12 20:30:42 -0300
commitc99a3de1a1144f41b512522c1cb237062a55a76f (patch)
tree2d8a60e2046bb5ce28166283865c3e5cf57f0054
parentd51354ae4f6f7bce9d44370616eff146c32f04c2 (diff)
downloadawesome-c99a3de1a1144f41b512522c1cb237062a55a76f.tar.gz
awesome-c99a3de1a1144f41b512522c1cb237062a55a76f.tar.bz2
Use chromium-incognito instead of firefox
-rw-r--r--config.dot/awesome.link/keys.lua47
1 files changed, 24 insertions, 23 deletions
diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua
index 83929bc..ef29443 100644
--- a/config.dot/awesome.link/keys.lua
+++ b/config.dot/awesome.link/keys.lua
@@ -1,28 +1,29 @@
-- Key bindings
globalkeys = awful.util.table.join(root.keys(),
- --awful.key({ modkey, }, "a", function () awful.spawn("thunar") end, {description = "thunar", group = "client"}),
- awful.key({ modkey, }, "a", function () awful.spawn("terminal ranger load") end, {description = "ranger", group = "client"}),
- awful.key({ modkey, }, "b", function () awful.spawn("firefox-profile default") end, {description = "firefox", group = "client"}),
- awful.key({ modkey, }, "c", function () awful.spawn("terminal xcalendar") end, {description = "calendar", group = "client"}),
- awful.key({ modkey, }, "d", function () awful.spawn("terminal shell local media") end, {description = "media", group = "client"}),
- awful.key({ modkey, }, "e", function () awful.spawn("screenshot") end, {description = "screenshot", group = "client"}),
- awful.key({ modkey, }, "g", function () awful.spawn("vmg") end, {description = "vmg", group = "client"}),
- awful.key({ modkey, }, "h", function () awful.spawn("terminal chat") end, {description = "chat", group = "client"}),
- --awful.key({ modkey, }, "i", function () awful.spawn("geeqie load") end, {description = "geeqie", group = "client"}),
- awful.key({ modkey, }, "i", function () awful.spawn("screenshot -s") end, {description = "region screenshot", group = "client"}),
- awful.key({ modkey, }, "l", function () awful.spawn("gpick -s -p") end, {description = "gpick", group = "client"}),
- awful.key({ modkey, }, "m", function () awful.spawn("terminal xmail") end, {description = "mail", group = "client"}),
- awful.key({ modkey, }, "n", function () awful.spawn("terminal news") end, {description = "news", group = "client"}),
- --awful.key({ modkey, }, "o", function () awful.spawn("chromium-browser --incognito") end, {description = "chromium", group = "client"}),
- awful.key({ modkey, }, "o", function () awful.spawn("terminal-session-chooser") end, {description = "session-chooser", group = "client"}),
- awful.key({ modkey, }, "p", function () awful.spawn("terminal keyringer default sclip") end, {description = "keyringer", group = "client"}),
- awful.key({ modkey, }, "s", function () awful.spawn("xsuspend") end, {description = "suspend", group = "client"}),
- awful.key({ modkey, }, "t", function () awful.spawn("tor-browser") end, {description = "tor-browser", group = "client"}),
- awful.key({ modkey, }, "u", function () awful.spawn("qrpaste") end, {description = "qrpaste", group = "client"}),
- awful.key({ modkey, }, "v", function () awful.spawn("terminal vim") end, {description = "editor", group = "client"}),
- awful.key({ modkey, }, "x", function () awful.spawn("terminal wicd-curses") end, {description = "network", group = "client"}),
- awful.key({ modkey, }, "y", function () awful.spawn("xclip-clean") end, {description = "clear clipboard", group = "client"}),
- awful.key({ modkey, }, "z", function () awful.spawn("terminal shell root") end, {description = "root", group = "client"}),
+ --awful.key({ modkey, }, "a", function () awful.spawn("thunar") end, {description = "thunar", group = "client"}),
+ awful.key({ modkey, }, "a", function () awful.spawn("terminal ranger load") end, {description = "ranger", group = "client"}),
+ --awful.key({ modkey, }, "b", function () awful.spawn("firefox-profile default") end, {description = "firefox", group = "client"}),
+ awful.key({ modkey, }, "b", function () awful.spawn("chromium-incognito") end, {description = "chromium-incognito", group = "client"}),
+ awful.key({ modkey, }, "c", function () awful.spawn("terminal xcalendar") end, {description = "calendar", group = "client"}),
+ awful.key({ modkey, }, "d", function () awful.spawn("terminal shell local media") end, {description = "media", group = "client"}),
+ awful.key({ modkey, }, "e", function () awful.spawn("screenshot") end, {description = "screenshot", group = "client"}),
+ awful.key({ modkey, }, "g", function () awful.spawn("vmg") end, {description = "vmg", group = "client"}),
+ awful.key({ modkey, }, "h", function () awful.spawn("terminal chat") end, {description = "chat", group = "client"}),
+ --awful.key({ modkey, }, "i", function () awful.spawn("geeqie load") end, {description = "geeqie", group = "client"}),
+ awful.key({ modkey, }, "i", function () awful.spawn("screenshot -s") end, {description = "region screenshot", group = "client"}),
+ awful.key({ modkey, }, "l", function () awful.spawn("gpick -s -p") end, {description = "gpick", group = "client"}),
+ awful.key({ modkey, }, "m", function () awful.spawn("terminal xmail") end, {description = "mail", group = "client"}),
+ awful.key({ modkey, }, "n", function () awful.spawn("terminal news") end, {description = "news", group = "client"}),
+ --awful.key({ modkey, }, "o", function () awful.spawn("chromium-browser --incognito") end, {description = "chromium", group = "client"}),
+ awful.key({ modkey, }, "o", function () awful.spawn("terminal-session-chooser") end, {description = "session-chooser", group = "client"}),
+ awful.key({ modkey, }, "p", function () awful.spawn("terminal keyringer default sclip") end, {description = "keyringer", group = "client"}),
+ awful.key({ modkey, }, "s", function () awful.spawn("xsuspend") end, {description = "suspend", group = "client"}),
+ awful.key({ modkey, }, "t", function () awful.spawn("tor-browser") end, {description = "tor-browser", group = "client"}),
+ awful.key({ modkey, }, "u", function () awful.spawn("qrpaste") end, {description = "qrpaste", group = "client"}),
+ awful.key({ modkey, }, "v", function () awful.spawn("terminal vim") end, {description = "editor", group = "client"}),
+ awful.key({ modkey, }, "x", function () awful.spawn("terminal wicd-curses") end, {description = "network", group = "client"}),
+ awful.key({ modkey, }, "y", function () awful.spawn("xclip-clean") end, {description = "clear clipboard", group = "client"}),
+ awful.key({ modkey, }, "z", function () awful.spawn("terminal shell root") end, {description = "root", group = "client"}),
-- Unused
--awful.key({ modkey, }, "e", function () awful.spawn("command") end, {description = "", group = "client"}),