scripts/bash/usr-local-bin/deltachat

5 lines
161 B
Bash
Executable File

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