X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/a14b3a5131cff9ea9d598a536b75af1d69fee84c..21f334d6447efa413fb5aa328153c89e145c8817:/.config/awesome/rc.lua?ds=sidebyside 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),