scripts/bash/usr-local-bin/schildichat

6 lines
170 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
set -x
2024-01-22 17:39:00 +01:00
flatpak run chat.schildi.desktop --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --system-theme-dark-override $@
set +x