1
0
mirror of https://gitea.blesmrt.net/mikaela/scripts.git synced 2025-05-04 14:27:20 +02:00

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