scripts/bash/usr-local-bin/schildichat

6 lines
141 B
Bash
Executable File

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