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

@ -124,6 +124,7 @@ gamesmenu = {
{ "godot ide", "/usr/bin/godot", "/usr/share/pixmaps/godot.svg" },
--{ "flightgear", "/usr/bin/fgfs --launcher", "/usr/share/icons/hicolor/scalable/apps/flightgear.svg" },
{ "kobodeluxe", "/usr/bin/kobodl", "/usr/share/icons/hicolor/48x48/apps/kobodl.png" },
{ "luanti", "/usr/bin/luanti", "/usr/share/icons/hicolor/scalable/apps/luanti.svg" },
{ "lutris", "/usr/bin/lutris", "/usr/share/icons/hicolor/scalable/apps/lutris.svg" },
{ "neverball", "/usr/bin/neverball", "/usr/share/icons/hicolor/48x48/apps/neverball.png" },
{ "neverputt", "/usr/bin/neverputt", "/usr/share/icons/hicolor/48x48/apps/neverputt.png" },

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" }),

View file

@ -23,6 +23,7 @@ rm -f ${TARGET}
7z a ${TARGET} .vim*
7z d ${TARGET} .vim/.netrwhist
7z d ${TARGET} .vim/plugged/*/.git
7z a ${TARGET} .Xresources
7z a ${TARGET} .xinitrc