Menu update, replaced chromium with brave and configuration export update.
This commit is contained in:
parent
f1fef8df61
commit
1fef2559c7
3 changed files with 3 additions and 1 deletions
|
|
@ -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" }),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue