diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 8fa52787..4515d141 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -389,7 +389,8 @@ globalkeys = awful.util.table.join( end), awful.key({ modkey }, ",", function() awful.util.spawn("/usr/bin/wmgo") end), - awful.key({ modkey }, "b", function() awful.util.spawn("/usr/bin/chromium") end), + awful.key({ modkey }, "v", function() awful.util.spawn("/usr/bin/chromium") end), + awful.key({ modkey }, "b", function() awful.util.spawn("/usr/bin/firefox") end), awful.key({ modkey }, "c", function() awful.util.spawn(editor_cmd .. " " .. awesome.conffile) end), awful.key({ modkey }, "z", function()