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