Menu update, replaced chromium with brave and configuration export update.

This commit is contained in:
Johannes Findeisen 2025-09-02 03:05:19 +02:00
commit 1fef2559c7
3 changed files with 3 additions and 1 deletions

View file

@ -329,7 +329,7 @@ globalkeys = gears.table.join(
{ description = "open a terminal", group = "launcher"}),
awful.key({ modkey }, "e", function() awful.util.spawn("/usr/bin/emulationstation") end,
{ description="start emulationstation", group="awesome" }),
awful.key({ modkey }, "v", function() awful.util.spawn("/usr/bin/chromium") end,
awful.key({ modkey }, "v", function() awful.util.spawn("/usr/bin/brave") end,
{ description="start chromium", group="awesome" }),
awful.key({ modkey }, "b", function() awful.util.spawn("/usr/bin/firefox") end,
{ description="start firefox", group="awesome" }),