#!/usr/bin/env bash apps+=( ["Android Studio"]="android-studio" ["Bytecode Viewer"]="bytecodeviewer" ["IntelliJ IDEA"]="idea" ["Godot Engine (native)"]="godot" ["Godot Engine 4"]="flatpak run org.godotengine.Godot" ["Godot Engine 3"]="flatpak run org.godotengine.Godot3" ["VSCodium"]="codium --enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform=wayland" )