From b3bb88e37e38f0a572566f4eff8817e8e00b78f3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 22 Oct 2014 23:48:12 -0200 Subject: Switching firefox profiles --- config.dot/awesome.link/keys.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.dot/awesome.link') diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua index f09a68d..4ef7ccc 100644 --- a/config.dot/awesome.link/keys.lua +++ b/config.dot/awesome.link/keys.lua @@ -1,7 +1,7 @@ -- Key bindings globalkeys = awful.util.table.join(root.keys(), - awful.key({ modkey, }, "e", function () awful.util.spawn("firefox") end), - awful.key({ modkey, }, "b", function () awful.util.spawn("firefox-profile normal") end), + awful.key({ modkey, }, "e", function () awful.util.spawn("firefox-profile work") 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), awful.key({ modkey, }, "g", function () awful.util.spawn("gimp") end), -- cgit v1.2.3