diff --git a/.mlvwm/apps/.AppsManifest b/.mlvwm/apps/.AppsManifest index 9d94d91..42ac12e 100644 --- a/.mlvwm/apps/.AppsManifest +++ b/.mlvwm/apps/.AppsManifest @@ -5,6 +5,7 @@ Read .mlvwm/apps/chrome Read .mlvwm/apps/clementine Read .mlvwm/apps/cool-retro-term Read .mlvwm/apps/firefox +Read .mlvwm/apps/godot Read .mlvwm/apps/gxmessage Read .mlvwm/apps/HandBrake Read .mlvwm/apps/krita diff --git a/.mlvwm/apps/godot b/.mlvwm/apps/godot new file mode 100644 index 0000000..ec9a7b1 --- /dev/null +++ b/.mlvwm/apps/godot @@ -0,0 +1,13 @@ +Menu Godot-File, Label "File", Left +"Quit" Action SendMessage C+Q +END + +MenuBar Godot +Godot-File +Default-Edit +END + +Style +"Godot" NoSBarH, NoSBarV +"Godot" MiniIcon godot.xpm, MenuBar Godot +END diff --git a/Makefile b/Makefile index 4f4dde1..fefce0c 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,8 @@ pixmap: convert $(TEMP)/firefox.png $(PIXMAP)/firefox.xpm curl -# -L https://raw.githubusercontent.com/mpv-player/mpv.io/master/source/images/favicon.png -o $(TEMP)/mpv.png convert $(TEMP)/mpv.png -resize 16x16\> $(PIXMAP)/mpv.xpm + curl -# -L https://raw.githubusercontent.com/godotengine/godot/master/icon.png -o $(TEMP)/godot.png + convert $(TEMP)/godot.png -resize 16x16\> $(PIXMAP)/godot.xpm curl -# -L "https://gitlab.com/qemu-project/qemu/-/raw/master/ui/icons/qemu_16x16.png?ref_type=heads&inline=false" -o $(TEMP)/qemu.png convert $(TEMP)/qemu.png $(PIXMAP)/qemu.xpm curl -# -L https://raw.githubusercontent.com/scummvm/scummvm/master/icons/scummvm.ico -o $(TEMP)/scummvm.ico diff --git a/README.md b/README.md index f13c1a1..5255e80 100644 --- a/README.md +++ b/README.md @@ -58,12 +58,12 @@ Configurations for the following X11 applications are included: * [0ad](https://play0ad.com/) * [ARandR](https://christian.amsuess.com/tools/arandr/) -* [Audacity](https://www.audacityteam.org/) * [Basilisk II](http://basilisk.cebix.net/) * [Chromium](https://www.chromium.org/) * [Clementine](https://www.clementine-player.org/) * [cool-retro-term](https://github.com/Swordfish90/cool-retro-term) * [Firefox](https://www.getfirefox.com/) +* [Godot](https://godotengine.org/) * [Gxmessage](https://trmusson.dreamhosters.com/programs.html#gxmessage) * [HandBrake](https://handbrake.fr/) * [Krita](https://krita.org/)