From 21f334d6447efa413fb5aa328153c89e145c8817 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 24 Mar 2017 10:16:20 +0100 Subject: [PATCH] chromium extensions enabled --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 284c3cf..209d915 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -543,7 +543,7 @@ clientbuttons = awful.util.table.join( -- misc apps globalkeys = awful.util.table.join(globalkeys, awful.key({ cmdkey }, "n", function () awful.spawn("firefox") end), -awful.key({ cmdkey }, "m", function () awful.spawn("chromium") end), +awful.key({ cmdkey }, "m", function () awful.spawn("chromium --enable-remote-extensions") end), awful.key({ cmdkey }, "y", function () awful.spawn(terminal .. " -e python") end), awful.key({ cmdkey }, "c", function () awful.spawn("thunderbird") end), awful.key({ cmdkey }, "r", function () mypromptbox[mouse.screen]:run() end), -- 2.39.2