add schildichat, copy from element

This commit is contained in:
Aminda Suomalainen 2023-12-19 15:39:44 +02:00
parent 619afbd92a
commit 17373580fb
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 7 additions and 0 deletions

7
bash/usr-local-bin/schildichat Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -x
# Flatpak is preferred for Element not having official Fedora repositories
# and at the time of writing being unmaintained in upstream suggested repo.
flatpak run chat.schildi.desktop --disable-gpu --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland "$@"
set +x