scripts/bash/usr-local-bin/deltachat

5 lines
138 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
set -x
flatpak run chat.delta.desktop --ozone-platform=wayland --enable-features=WaylandWindowDecorations "$@"
set +x