aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-10-22 23:49:05 -0200
committerSilvio Rhatto <rhatto@riseup.net>2014-10-22 23:49:05 -0200
commit34bfa4a50d24c849961902481451cf129e82dc90 (patch)
treee62b142d69fa32201b095f3c3248f82954353507
parentb3bb88e37e38f0a572566f4eff8817e8e00b78f3 (diff)
downloadawesome-34bfa4a50d24c849961902481451cf129e82dc90.tar.gz
awesome-34bfa4a50d24c849961902481451cf129e82dc90.tar.bz2
Switching firefox profiles (2)
-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 4ef7ccc..c9f2071 100644
--- a/config.dot/awesome.link/keys.lua
+++ b/config.dot/awesome.link/keys.lua
@@ -1,6 +1,6 @@
-- Key bindings
globalkeys = awful.util.table.join(root.keys(),
- awful.key({ modkey, }, "e", function () awful.util.spawn("firefox-profile work") end),
+ awful.key({ modkey, }, "e", function () awful.util.spawn("firefox-profile trusted") end),
awful.key({ modkey, }, "b", function () awful.util.spawn("firefox-profile default") end),
awful.key({ modkey, }, "v", function () awful.util.spawn("gvim") end),
awful.key({ modkey, }, "m", function () awful.util.spawn("terminal xmutt") end),