one more commit before i try to fix the awesome config

This commit is contained in:
ngoomie 2023-05-22 20:52:05 -06:00
parent 3b29e09e65
commit 37c0f561c4
1 changed files with 7 additions and 6 deletions

View File

@ -20,9 +20,7 @@ local editor_cmd = terminal .. " -e " .. editor
-- make it harder to quit awesome accidentally ----------------------
M.quitmenu =
{
{ "i mean it!", function() awesome.quit() end }
}
{{ "i mean it!", function() awesome.quit() end }}
-- "awesome" menu ---------------------------------------------------
M.awesome = {
@ -51,8 +49,7 @@ M.network = {
-- DEVELOPERS, DEVELOPERS, DEVELOPERS, DEVELOPERS -------------------
M.develop = {
{ "vs code" , "flatpak run\
com.visualstudio.code" },
{ "vs code" , "code" },
{ "bless" , "bless" },
{ "dbeaver studio" , "flatpak run\
io.dbeaver.DBeaverCommunity" },
@ -92,16 +89,20 @@ M.games = {
steam://rungameid/473770" },
{ "them's fightin' herds" , "steam\
steam://rungameid/574980" },
{ "doom" , "gzdoom" },
{ "osu!" , "flatpak run\
sh.ppy.osu" },
{ "minecraft" , "flatpak run\
org.prismlauncher.PrismLauncher" }
org.prismlauncher.PrismLauncher" },
{ "solitaire" , "pysol" }
}
-- utilities [kind of a misc category] ------------------------------
M.utils = {
{ "xed" , "xed" },
{ "catfish" , "catfish" },
{ "anki" , "flatpak run net.ankiweb.Anki" },
{ "mkvtoolnix" , "mkvtoolnix-gui" },
{ "text pieces" , "flatpak run\
com.github.liferooter.textpieces" },
{ "alacarte" , "alacarte" },