scripts/bash/usr-local-bin/schildichat

6 lines
172 B
Bash
Executable File

#!/usr/bin/env bash
set -x
flatpak run chat.schildi.desktop --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --system-theme-dark-override "$@"
set +x